XML Database¶
An XML database is a database which uses XML for the storage format. Then, the database may be stored, queried, transformed and returned with XML related technologies: xslt, xquery, xproc…
XML databases are considered NoSQL databases. They may be build on top of a SQL database too.
Related : Nosql Database, Database