Annotation of embedaddon/php/ext/simplexml/tests/bug25756_1.xml, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0" encoding="UTF-8" ?>
                      2: <foo>
                      3:   <items>
                      4:     <item>
                      5:       <product-name>abc</product-name>
                      6:       <quantity>123</quantity>
                      7:     </item>
                      8:     <item>
                      9:       <product-name>def</product-name>
                     10:       <quantity>456</quantity>
                     11:     </item>
                     12:   </items>
                     13: </foo>

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