lor100 Posted March 31, 2011 Posted March 31, 2011 I have a XML file, and 3 XSL files, and 1 HTML fileI open the HTML file, where it displays the XML file. How can i change the styling(XSL) of the XML file by clicking a link in the HTML???How do I use javascript to do this?
Martin Honnen Posted April 1, 2011 Posted April 1, 2011 The API exposed to Javascript by browsers like Mozilla, Opera, Safari to run XSLT transformations is documented here: https://developer.mozilla.org/en/using_the_...transformations.IE has a different API, it uses MSXML for XSLT, see the MSXML documentation on MSDN: http://msdn.microsoft.com/en-us/library/ms...v=VS.85%29.aspx.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.