1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/simplexml/tests/bug25756_2.xml
2003-10-06 01:02:28 +00:00

14 lines
260 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<foo>
<items>
<item>
<product-name>abc</product-name>
<quantity>abc</quantity>
</item>
<item>
<product-name>abc</product-name>
<quantity>123</quantity>
</item>
</items>
</foo>