New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
inventory.xml in vendors/XMLF90/current/doc/Tutorial/xpath – NEMO

source: vendors/XMLF90/current/doc/Tutorial/xpath/inventory.xml @ 1963

Last change on this file since 1963 was 1963, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

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