Sciweavers

DOCENG
2003
ACM

Set-at-a-time access to XML through DOM

13 years 9 months ago
Set-at-a-time access to XML through DOM
To support the rapid growth of the web and e-commerce, W3C developed DOM as an application programming interface that the abstract, logical tree structure of an XML document. In this paper, we propose ordered-set-at-a-time extensions for DOM while maintaining its tightly managed navigational nature. In particular, we define the NodeSequence interface with functions that filter, navigate, and transform sequences of nodes simultaneously. The extended DOM greatly simplifies writing some application code, and it can reduce the communications overhead and response time between a client application and the DOM server to provide applications with more efficient processing. As validation of our proposals, we present application examples that compare the convenience and efficiency of DOM with and without extensions. Categories and Subject Descriptors I.7.1 [Document and Text Processing]: Document and text editing– document management, languages, DOM; H.2.4 [Database Management]: Systems– t...
Hai Chen, Frank Wm. Tompa
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where DOCENG
Authors Hai Chen, Frank Wm. Tompa
Comments (0)