Displaying the List of Purchased Books

For the purposes of illustration, assume that Listing 21.4 contains the data for the books that you purchased during this session.

Listing 21.4 XML File of Books Purchased During This Session
 1: <?xml version="1.0"?> 2: <!-- This file is a demonstration of the purchased books 3: database. --> 4: <BooksBought xmlns:mm="x-schema:xmlhour20-5.xml"> 5: <mm:PurchasedBook> 6: <mm:Title>Teach Yourself XML in 24 Hours</mm:Title> 7: <mm:AuthorName>Charles Ashbacher</mm:AuthorName> 8: <mm:GivenPrice>24.95</mm:GivenPrice> 9: <mm:DiscountPrice>18.95</mm:DiscountPrice> 10: <mm:Availability>In stock</mm:Availability> 11: <mm:ISBN>0-672-31950-0</mm:ISBN> 12: <mm:Subject>computers,XML</mm:Subject> 13: </mm:PurchasedBook> ...

Get Sams Teach Yourself XML in 24 Hours 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.