|
Introduction
The standard ConversionOptions feature of Import gives you more control over the import process. The syntax for specifying a conversion option is as follows.
Import[file, ConversionOptions {option value}]
Multiple conversion options can be specified by making the right-hand side of ConversionOptions a list of lists. There are nine conversion options available for importing XML data.
-
"AllowUnrecognizedEntities"
-
"IncludeDefaultedAttributes"
|