2010Computer Programming Skills & MaintenanceRequires access

Comparison and Analysis of XML Parsing Modes

Lai Wuding

Open publisher page 0 citations

Abstract

SAX parsing technology is suitable for streaming XML parsing which has a low system overhead.But SAX does not support simultaneous access to multiple labels.DOM technology traverses the entire document to build a tree view and create the Document object contains the whole XML data.The multi-tag access problem is solved but a larger system over-head.

About this research paper

What this paper is about

SAX parsing technology is suitable for streaming XML parsing which has a low system overhead.But SAX does not support simultaneous access to multiple labels.DOM technology traverses the entire document to build a tree view and create the Document object contains the whole XML data.The multi-tag access problem is solved but a larger system over-head.

Why it matters

A significance statement is not available in the OpenAlex record.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

SAX parsing technology is suitable for streaming XML parsing which has a low system overhead.But SAX does not support simultaneous access to multiple labels.DOM technology traverses the entire document to build a tree view and create the Document object contains the whole XML data.The multi-tag access problem is solved but a larger system over-head.

Key concepts: Computer science, Simple API for XML, Parsing, XML, Streaming XML, XML validation, Efficient XML Interchange, XML Schema (W3C)

Related papers

Back to paper searchBrowse research topicsOriginal source
Comparison and Analysis of XML Parsing Modes — Research Paper | ScholarLens