Annotation of embedaddon/php/ext/dom/examples/shipping.xml, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0"?>
                      2: <shipOrder>
                      3:   <shipTo>
                      4:     <name>Tove Svendson</name>
                      5:     <street>Ragnhildvei 2</street>
                      6:     <address>4000 Stavanger</address>
                      7:     <country>Norway</country>
                      8:   </shipTo>
                      9:   <items>
                     10:     <item>
                     11:       <title>Empire Burlesque</title>
                     12:       <quantity>1</quantity>
                     13:       <price>10.90</price>
                     14:     </item>
                     15:     <item>
                     16:       <title>Hide your heart</title>
                     17:       <quantity>1</quantity>
                     18:       <price>9.90</price>
                     19:     </item>
                     20:   </items>
                     21: </shipOrder>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>