While generating a dynamic XML stream from within the JSP page, how do you reference XSL file to be used for processing this XML ?
Created May 4, 2012
Ike Kotlyarsky You will have to use the following tag:
<?xml-stylesheet href="fileName.xsl" type="text/xsl"?>