summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug25756_1.xml
blob: 33ab30be1020cf730db8e4cd38b878292d5a0d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<foo>
  <items>
    <item>
      <product-name>abc</product-name>
      <quantity>123</quantity>
    </item>
    <item>
      <product-name>def</product-name>
      <quantity>456</quantity>
    </item>
  </items>
</foo>