8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
12 lines
No EOL
232 B
XML
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> |