mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
14 lines
260 B
XML
14 lines
260 B
XML
<?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>
|