Performs XSL transformations by taking the enclosed XML input.
<jrun:xslt xsl=”URL to the stylesheet”
[id=”BufferedReader variable name”]
[scope=”scope”]>
xml input...
</jrun:xslt>
Performs XSL transformations by taking the XML input from a URL
<jrun:xslt xsl=”URL to the stylesheet”
[xml=”URL to the XML data”]
[id=”BufferedReader variable name”]
[scope=”scope”]/>