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_text.xml in vendors/XMLF90/current/doc/Tutorial/xpath – NEMO

source: vendors/XMLF90/current/doc/Tutorial/xpath/inventory_text.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: 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.