Click to See Complete Forum and Search --> : Newbie: How to do 1 xml with different xsl's


sawyer1370
08-29-2003, 08:46 AM
I have an xml doc that I want to format various ways. How would I do this? Is it done in the xsl by calling the xml, or done in the xml.

thanks

Khalid Ali
08-31-2003, 07:30 AM
you will hve to import xsl file in xml something like this

<?xml-stylesheet href="somexslfile.xsl" type="text/xsl" encoding="ISO-8859-1"?>

the above will be in the XML file,

IE allows you to set XSL file dynamically in the page.