Database
xmlrdbms.txt
Associated article: XML & Relational Databases
Tags: Database Web Development
Published source code accompanying the article by Andrew Conrad and Dare Obasanjo, in which they first examine the merits of an XML data model over the relational data model, then translate between the XML and relational query domains.
XML & Relational Databases
by Andrew Conrad and Dare Obasanjo
Listing One
<CustomerList>
<Customer LastName="Jones" FirstName="Jeff">
<WorkPhone>5556767</WorkPhone>
<CellPhone>5558888</CellPhone>
<HomePhone&...


