topical media & game development
basic-ajax-08-cart.xml / xml
<?xml version="1.0"?>
<cart>
<book>
<Title>Beginning ASP.NET with CSharp</Title>
<Quantity>1</Quantity>
<Authors>Hart, Kauffman, Sussman, Ullman</Authors>
<ISBN>0764588508</ISBN>
<Price>39.99</Price>
</book>
<book>
<Title>Beginning JavaScript 2nd Edition</Title>
<Quantity>2</Quantity>
<Authors>Wilton</Authors>
<ISBN>076455871</ISBN>
<Price>39.99</Price>
</book>
<Total>119.97</Total>
</cart>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.