Ir al contenido

Base de datos XML

De Wikipedia, la enciclopedia libre

Esta es una versión antigua de esta página, editada a las 18:08 9 mar 2013 por Juvalen (discusión · contribs.). La dirección URL es un enlace permanente a esta versión, que puede ser diferente de la versión actual.

An XML database a data persistence software system that allows data to be stored in XML format. These data can then be queried, exported and serialized into the desired format. XML databases are usually associated with document-oriented databases.

Two major classes of XML database exist:[1]

  1. XML-enabled: these may either map XML to traditional database structures (such as a relational database[2]​), accepting XML as input and rendering XML as output, or more recently support native XML types within the traditional database. This term implies that the database processes the XML itself (as opposed to relying on middleware).
  2. Native XML (NXD): the internal model of such databases depends on XML and uses XML documents as the fundamental unit of storage, which are, however, not necessarily stored in the form of text files.

Referencias

  1. Bourret, Ronald (20 June 2010). «XML Database Products». Consultado el 16 December 2011. 
  2. Mustafa Atay and Shiyong Lu, “Storing and Querying XML: An Efficient Approach Using Relational Databases”, ISBN 3-639-11581-3, VDM Verlag, 2009.