VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/po0_0.xml@ 100947

Last change on this file since 100947 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 872 bytes
Line 
1<?xml version="1.0"?>
2<purchaseOrder orderDate="1999-10-20">
3 <shipTo country="US">
4 <name>Alice Smith</name>
5 <street>123 Maple Street</street>
6 <city>Mill Valley</city>
7 <state>CA</state>
8 <zip>90952</zip>
9 </shipTo>
10 <billTo country="US">
11 <name>Robert Smith</name>
12 <street>8 Oak Avenue</street>
13 <city>Old Town</city>
14 <state>PA</state>
15 <zip>95819</zip>
16 </billTo>
17 <comment>Hurry, my lawn is going wild!</comment>
18 <items>
19 <item partNum="872-AA">
20 <productName>Lawnmower</productName>
21 <quantity>1</quantity>
22 <USPrice>148.95</USPrice>
23 <comment>Confirm this is electric</comment>
24 </item>
25 <item partNum="926-AA">
26 <productName>Baby Monitor</productName>
27 <quantity>1</quantity>
28 <USPrice>39.98</USPrice>
29 <shipDate>1999-05-21</shipDate>
30 </item>
31 </items>
32</purchaseOrder>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette