Jump to content

XSL crossed operating system or not ?


lclqt12

Recommended Posts

Hi all,I'm developing a xsl file and intent to embed xsl link into xml file for displaying data <?xml-stylesheet type="text/xsl" href="sample.xsl"?>But i don't know xsl depends on operating system or not. Could you please let me know any operating system could cause problem to xsl ?

Link to comment
Share on other sites

The whole idea of web languages like HTML, XML, XHTML, XSLT, etc. is for them not to depend on operating system. Instead, they depend on the presense of a compliant processor. On the client side, that processor is embedded in the browser.Any browser which doesn't have an XSLT processor would cause a problem, regardless of the operating system it's on. AFAIK, all Windows and MAC browsers have XSLT processors, so there's nothing to worry about them. Linux browsers on the other hand... the popular browsers (Firefox, Opera) that have Linux versions are OK, but I don't know for the rest.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...