Skip to content

Commit aa37151

Browse files
committed
Playing with JSFiddle.
1 parent b46933b commit aa37151

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

fiddles/po/demo.response.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<purchaseOrder orderDate="1999-10-20">
2+
<shipTo country="US">
3+
<name>Alice Smith</name>
4+
<street>123 Maple Street</street>
5+
<city>Mill Valley</city>
6+
<state>CA</state>
7+
<zip>90952</zip>
8+
</shipTo>
9+
<billTo country="US">
10+
<name>Robert Smith</name>
11+
<street>8 Oak Avenue</street>
12+
<city>Old Town</city>
13+
<state>PA</state>
14+
<zip>95819</zip>
15+
</billTo>
16+
<comment>Hurry, my lawn is going wild!</comment>
17+
<items>
18+
<item partNum="872-AA">
19+
<productName>Lawnmower</productName>
20+
<quantity>1</quantity>
21+
<USPrice>148.95</USPrice>
22+
<comment>Confirm this is electric</comment>
23+
</item>
24+
<item partNum="926-AA">
25+
<productName>Baby Monitor</productName>
26+
<quantity>1</quantity>
27+
<USPrice>39.98</USPrice>
28+
<shipDate>1999-05-21</shipDate>
29+
</item>
30+
</items>
31+
</purchaseOrder>

0 commit comments

Comments
 (0)