|
Introduction
The standard ConversionOptions feature of the Export or ExportString functions can be used for greater control over the export process. The syntax for specifying a conversion option is as follows.
Export[file, expr, format, ConversionOptions {option1 value1, option2 value2, ...}]
ExportString[expr, format, ConversionOptions {option1 value1, option2 value2, ...}]
There are seven conversion options which are applicable to exporting XML data.
|