Abstract
Concurrent markup hierarchies appear often in document-centric XML documents, as a result of different XML elements having overlapping scopes. They require significantly different approach to management and maintenance. Management of XML documents composed of concurrent markup has been mostly studied by the document processing community and has attracted attention of computer scientists only recently. In this paper we discuss the architecture of an XML parser for concurrent XML. This parser uses a GODDAG data structure in place of traditional DOM Tree to store concurrent markup on top of the document content and provides a DOM-like API that allows software developers of tools working with concurrent XML documents to use it instead of parsing each individual component with a traditional DOM XML parser. The paper describes the architecture of the parser, data structures and algorithms used and the DOM-like API.
Original language | English |
---|---|
Pages | 23-30 |
Number of pages | 8 |
State | Published - 2004 |
Event | WIDM 2004: Proceedings of the Sixth ACM International Workshop on Web Information and Data Management - Washington, DC, United States Duration: Nov 12 2004 → Nov 13 2004 |
Conference
Conference | WIDM 2004: Proceedings of the Sixth ACM International Workshop on Web Information and Data Management |
---|---|
Country/Territory | United States |
City | Washington, DC |
Period | 11/12/04 → 11/13/04 |
Keywords
- Concurrent XML
- DOM
- GODDAG
- Overlapping markup