summaryrefslogtreecommitdiff
path: root/test/rexml/data/jaxen3.xml
blob: a87723a3b9852c69c1055f49bdccdd4b74022f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <hostname>
        <val>2</val>
        <attrlist>
            <hostname>CE-A</hostname>
        </attrlist>
    </hostname>
    <hostname>
        <val>1</val>
        <attrlist>
            <hostname>CE-B</hostname>
        </attrlist>
    </hostname>
</Configuration>