| Current Path : /home/rtorresani/www/vendor/magento/framework/Config/Test/Unit/_files/dom/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/Config/Test/Unit/_files/dom/namespaced_merged.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<root xmlns="http://www.magentocommerce.com/widget"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://test.x.com">
<node id="1">
<entity>entity_value1</entity>
<subnode id="my_id1" some_attribute="attribute_value1"/>
</node>
<node id="2">
<entity>entity_value1</entity>
<subnode id="my_id1" some_attribute="attribute_value2"/>
</node>
</root>