Share via


RetailSmbAccountingExportFileJob.TransformAndSaveXml Method [AX 2012]

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.

See Also

Reference

RetailSmbAccountingExportFileJob Class