Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can we select specific among multiple xml files for same xsl sheet at client side without using Javascript?

Thanks in Advance
Posted

1 solution

If you use IE, then you simply add an xsl link within the xml file. IE will display the xml using the transform in that file. If you use any other browser, the xsl link is ignored and the file displayed as xml. :-(
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900