SQL Server 200, XML and XSL

  • Hi,

    I am trying to findout if I can apply a XSL sheet on a select statement in Sql Server 200. I know I can get the results using FOR XML EXPLICIT. But I want to see if I can use XSL from SQL Server/

    Thanks,

    Pranav

  • Pranav

    XSL is used to change the presentation of XML data, so I can't see how (or why) you would want to do this.

    Apply the XSL to transform the data when it is returned to the calling application, there is no sense in using XSL within the database.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply