Web Development
lore.txt
Associated article: Lore: A Database Management System for XML
Tags: Web Development
Published source code accompanying the article by Roy Goldman, Jason McHugh, and Jennifer Widom in which they discuss Lore, a DBMS designed specifically for XML. In the same way that SQL queries relational DBMSs, Lore provides the query language Lorel for issuing expressive queries over XML data.
Lore: A Database Management System for XML
by Roy Goldman, Jason McHugh, Jennifer Widom
Listing One
<MovieDB>
<Movie Title = "Star Wars: Episode I - The Phantom Menace" Year = "1999">
<Director>George ...


