|
When you want to apply an XSL stylesheet to an XML document, you create
a xsltStylesheet object from the stylesheet you want to use
(either a file, a string, or a doc). That xsltStylesheet can
then be applied to any number of XML documents.
See the Using XSL section (here)
for more information.
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|