The USXSL Apply2File Method

Previous Next

See Also

The USXSL Apply2File method applies an XSL transformation to an XML document, and writes the result to a file. The method returns the file name.

The syntax is almost the same as for the USXSL apply method, with an additional <file name> parameter.

SYNTAX:

SELECT USXSL.apply2file(<xml document>,

               <xsl transformation>,

               <file name>

           [,<param1>, <value1>][,<param2>, <value2>, ...])