USXSL.Apply2File |
Applies an XSLT transformation to an XML document, then writes the result to a file on the file system. Returns the output file name. Syntax SELECT USXSL.Apply2File( xml-document , xsl-transformation , output-file-name , parameter-name , parameter-value , ... )
parameter-name := { document: | string: } name-string
This syntax is identical to that of USXSL.Apply, except for the required output-file-name, which is used to indicate the name and (if a folderpath is used) the location of the output file. |