How can we use MSXML parser from a JSP in order to transform XML file using a stylesheet without having to use Javascript for the same?
Created May 4, 2012
Arun Bharathan Re: How can we use MSXML parser from a JSP in order to...
If you are using IE 5.0 or above, return the XML to the browser with a Processing Instruction (PI) as follows and the Browser would automatically use MSXML to generate HTML.
<?xml:stylesheet type="text/xsl" href="thexsltobeused.xsl"?>
<?xml:stylesheet type="text/xsl" href="thexsltobeused.xsl"?>