cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Config/_files/circular.xml
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

12 lines
No EOL
232 B
XML

<?xml version="1.0"?>
<config>
<a extends="c">
<someKey>value_A</someKey>
</a>
<b extends="a">
<someKey>value_B</someKey>
</b>
<c extends="b">
<someKey>value_C</someKey>
</c>
</config>