~clinton-collins/familyproject/trunk

« back to all changes in this revision

Viewing changes to ZendFramework/tests/Zend/Config/_files/circular.xml

  • Committer: Clinton Collins
  • Date: 2009-06-26 19:54:58 UTC
  • Revision ID: clinton.collins@gmail.com-20090626195458-5ebba0qcvo15xlpy
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<config>
 
3
    <a extends="c">
 
4
        <someKey>value_A</someKey>
 
5
    </a>
 
6
    <b extends="a">
 
7
        <someKey>value_B</someKey>
 
8
    </b>
 
9
    <c extends="b">
 
10
        <someKey>value_C</someKey>
 
11
    </c>
 
12
</config>
 
 
b'\\ No newline at end of file'