Электронный магазин на Java и XML

         

Первая черновая попытка описания товаров



Листинг 2.4. Первая черновая попытка описания товаров

<?xml version="1.0"?>
<catalog>
<product_line name="Books">
<product id="bk0022">
<name>
Guide to Plants</name>
<description>
Everything you've ever wanted to know about plants. </descnption>
<price>
$12 99</price>
<quantity_in_stock>
4</quantity_in_stock>
<image width="234" height="400" src="images/covers/plants.gif ">
<caption>
This is the cover from the first edition </caption>
</image>
<onsale_date>
12/23/1999</onsale_date>


</product>
<product id="bk0035">
<name>
Writing Fake Catalogs</name>
<description>
Chns Hinnick's latest book explains, in agonizing detail, the process of thinking up fake products for a demonstration catalog </description>
<pnce>
$59.95</pnce>
<quantity_in_stock>
30</quantity_in_stock>
<onsale_date>
09/01/2000</onsale_date>
</product>
</product_line>
<product__line name="CDs'>
<product id="cd0024">
<name>
Just Singin' Along</name>
<description>
A lovely collection of songs that the whole family can sing right along with </description>
<price>
$10 00</price>
<quantity_in_stock>
100</quantity_in_stock>
<onsale_date>
2/23/2000</onsale_date>
</product>
<product id="cd0025">
<name>
It's Dot Com Enough for Me Songs from Silicon Somewhere</name>
<description>
A collection of the best folk music from Internet companies. </descnption>
<clip format="mp3" length="4.32" size="4.0 Mb" src="track2.mp3">
<title>
Track 2: My B2B Is B-R-0-K-E</title>
</clip>
<onsale_date>
4/12/2000</onsale_date>
</product>
</product_line>
<product_line name="widgets">
<product id="wi0026">
<name>
ElectroThermal Oxidizor</name>
<description>
This amazing gizmo uses electricity to produce heat that can be used for oxidization purposes.</description>
<price>
$24.95</price>
<quantity_in_stoek>
10</quantity_in_stock>
<image width="200" height="200" src="/images/toaster.gif">
</image>
<onsale_date>
6/2/2000</onsale_date>
</product>
<product id="wz0027">
<name>
Percusive Interface Unit</name>
<description>
Communicate with your favorite electric calculating machine through tapping!</description>
<price>
$109.99</price>
<quantity_in_stock>
7</quantity_in_stock>
<onsale_date>
6/23/200K/onsale_date>
</product>
</product_line>
</catalog>

Содержание раздела