Uses of XML in Database Management Systems

Databases have engines that allow them to search, filter, and collate the records in their memory. In doing a simple search, a database engine usually will start at the first record and look through every record in order, testing each record against the criteria listed in the search request. With the advent of the DOM, it is just as easy to carry out a similar search on an XML document.

A database can be updated dynamically, creating a living portrait of the relevant data. Again, by using ASP or a similar engine, XML can share the same virtues.

With so many similarities, it is not surprising that XML is beginning to be used as a data store. Currently, there are four main uses for XML in database management: ...

Get XML Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.