scispace - formally typeset
Open AccessJournal Article

Study of technology for parsing XML document

Chen Jing
Reads0
Chats0
TLDR
The DOM(Document Object Model) parsing and the SAX(Simple API for XML) parsing are introduced and how to pasrse the XML document by Libxml2 is introduced.
Abstract
With the development of network technology,the XML age is comingBecause the XML document is just a text file,if the information in the XML document is to be adequately used,XML document has need consequently to be parsedThis paper firstly introduces the DOM(Document Object Model) parsing and the SAX(Simple API for XML) parsing,then introduces that how to pasrse the XML document by Libxml2

read more

Citations
More filters
Proceedings ArticleDOI

The semantic parsing for GML based on SIDB

TL;DR: This paper tries to build a semantic information database (SIDB) of GML and design GML core schema-based parsing engine which based on SIDB actualize GML data parsing and provides a new way to parsing semantic information in other fields.
Book ChapterDOI

XML Parsing Technique

TL;DR: In this paper, an XML document parsing model based on DOM and SAX technology is presented, and the performance of the two parsing models is analyzed and compared through experiments and compared.