| Current Path : /home/rtorresani/www/vendor/magento/framework/Config/Test/Unit/_files/converter/dom/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/Config/Test/Unit/_files/converter/dom/attributes.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<root>
<item id="id1" attrZero="value 0">Item 1.1</item>
<item id="id2" attrOne="value 2">
<subitem id="id2.1" attrTwo="value 2.1">Item 2.1</subitem>
<subitem id="id2.2">
<value>1</value>
<value>2</value>
<value>test</value>
</subitem>
</item>
<item id="id3" attrThree="value 3">Item 3.1</item>
</root>