source: XMLF90/doc/Tutorial/xpath/inventory_text.xml @ 6

Last change on this file since 6 was 6, checked in by ymipsl, 15 years ago

Import des sources XMLF90

File size: 392 bytes
Line 
1<inventory>
2<item id="003">
3Some random text.
4<description>Washing machine</description>
5<price currency="euro">1500.00</price>
6</item>
7<item id="007">
8<description>Microwave oven</description>
9More text.
10<price currency="euro">300.00</price>
11</item>
12<item id="011">
13<description>Dishwasher</description>
14<price currency="swedish crown">10000.00</price>
15Still more text.
16</item>
17</inventory>
Note: See TracBrowser for help on using the repository browser.