aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/test/xmerl_SUITE_data/xpath/e1077.xml
blob: 9aa548e13c294a6361d3a2123d9d1af1eb1acf88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE root [ <!ELEMENT e (e*) >
                     <!ATTLIST e  id    ID    #REQUIRED>
    ]>
    <root>
        <e id="1">
            <e id="two">
                <e id="3"/>
                <e id="4">
                    <e id="the fifth"/>
                </e>
                <e id="6"/>
            </e>
        </e>
        <e id="seven"/>
    </root>