Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transform the given XML using an XSLT file and then save the result.
Syntax
private void TransformAndSaveXml(
str _xmlSource,
str _xsltFilename,
str _outputFilename)
Run On
Called
Parameters
- _xmlSource
Type: str
XML source to be transformed.
- _xsltFilename
Type: str
XSLT file used to effect the transform.
- _outputFilename
Type: str
Filename used to save the output.
Remarks
Transform the given XML using an XSLT file and then save the result.