The XSL Procedure (Preproduction) |
PROC XSL IN=fileref | 'external-file'
|
Task | Argument |
---|---|
Specify the input file |
IN= |
Specify the output file |
OUT= |
Specify the XSL style sheet |
XSL= |
Required Arguments |
specifies the input file. The file must be a well-formed XML document.
specifies the SAS fileref that is assigned to the input XML document. To assign a fileref, use the FILENAME statement.
is the physical location of the input XML document. Include the complete pathname and the filename. Enclose the physical name in single or double quotation marks. The maximum length is 200 characters.
Featured in: | Transforming an XML Document into Another XML Document |
specifies the output file.
specifies the SAS fileref that is assigned to the output file. To assign a fileref, use the FILENAME statement.
is the physical location of the output file. Include the complete pathname and the filename. Enclose the physical name in single or double quotation marks. The maximum length is 200 characters.
Featured in: | Transforming an XML Document into Another XML Document |
specifies the XSL style sheet to transform the XML document. The XSL style sheet is a file that describes how to transform the XML document by using the XSLT language. The XSL style sheet must be a well-formed XML document.
specifies the SAS fileref that is assigned to the XSL style sheet. To assign a fileref, use the FILENAME statement.
is the physical location of the XSL style sheet. Include the complete pathname and the filename. Enclose the physical name in single or double quotation marks. The maximum length is 200 characters.
Alias: | XSLT |
Featured in: | Transforming an XML Document into Another XML Document |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.