This documentation is archived and is not being maintained.
RetailSmbAccountingExportFileJob.TransformAndSaveXml Method [AX 2012]
Transform the given XML using an XSLT file and then save the result.
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.
Transform the given XML using an XSLT file and then save the result.