Subject:XSLT 2.0 and browsers Author:Marek Zegarek Date:29 Mar 2007 01:46 PM
So there is no browser compatible with XSLT 2.0 or there is something other?
How can I know, that a XSL with XSLT will parse my xml and show it in browser?
I have a lot of XML files with configuration of server in my domain. I want to create a page, that will show them for users in special graphic style. I want to know what user with what browser will see it correctly.
Subject:XSLT 2.0 and browsers Author:(Deleted User) Date:30 Mar 2007 07:52 AM
Hi Marek,
if you want to have a consistent UI for your configuration files you should probably process them with an XSLT stylesheet on the server, and serve simple HTML pages to the client. If you want to instead serve XML files with the <?xml-stylesheet processing instruction you will have to use XSLT 1.0, as that is the only version that browsers supports at this moment.