A script-enabled browser is required for this page to function properly.

Using the SAX parser

When accessing large amounts of data, the SAX parser is faster than the DOM parser. If you are not sure which parser to use, see About the XML parsers.

To access the XML data file using the SAX parser:

  1. In the Data Model view, right-click the XML query that you want to use the DOM parser, and choose Data Wizard.

  2. In the Define XML Query dialog box, click Advanced Topics.

  3. Uncheck Validate Data source.

  4. Click OK.

    The data will be validated using the SAX parser.

See also

About the XML parsers