I am using XSL to transform XML to HTML.
TO specify the name of the XSL, I write the following code in my XML
Now suppose I want to apply a different XSL to the same XML, I have to make changes to this XML file.
Is there a way that I use a
JSP page and in that page I load the XML and the coresponding XSL file and the output is displayed in the JSP page?
Thanks