mirror of
https://github.com/php/php-src.git
synced 2025-01-25 21:23:45 +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>abc</quantity>
|
|
</item>
|
|
<item>
|
|
<product-name>abc</product-name>
|
|
<quantity>123</quantity>
|
|
</item>
|
|
</items>
|
|
</foo>
|