|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to process the stylesheet on the client...
Hi! I want to be able to use different stylesheets to my xml document. And I want the stylesheet to be processed by Internet Explorer 6.0 on the client. So I want the web server to send both the xml document and the xsl stylesheet to the client. This xml-template works: <?xml version='1.0' ?> <?xml-stylesheet type='text/xsl' href='stylesheet.xsl'?> <ROOT> <sql:header xmlns:sql='urn:schemas-microsoft-com:xml-sql'> <sql:param name='Test'>1</sql:param> </sql:header> <sql:query xmlns:sql='urn:schemas-microsoft-com:xml-sql'> Exec sp_gettest @Test </sql:query> </ROOT> But I want the stylesheet 'stylesheet.xsl' to be passed as a parameter - or how you may solve it. (If I add the attribute "?xsl=stylesheet.xsl" in the URL, the stylesheet is processed on the web server instead.) Does anyone know how to make the transform to take place on the client? I would be thankful for advice. (I'm using SQLXML 3.0 & SQL Server 2000) /Tomas XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






