Jump to content

XML Management System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 71.231.102.185 (talk) at 04:49, 26 March 2007 (added links, sections, categories, stub information). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

XML Management System (shortened as XMLMS) is a system that allows queries and manipulation of XML data (similar to RDBMS querying and manipulating generic data). Current XMLMS can be divided into two categories: XML-Enabled databases and Native XML databases.

XML-Enabled databases

XML-Enabled databases, typically relational databases, provide extensions for transferring data between XML documents and themselves. Such systems are generally designed to store and retrieve data-centric XML documents.

Native XML databases

Native XML databases, on the other hand, either store the entire XML document in text form with limited retrieval capabilities or store a binary model (e.g. Document Object Model) of the document in an existing or custom data store.