summaryrefslogtreecommitdiffstats
path: root/sax/qa/data/simple.xml
blob: 67c4fbde57c381b1f99d11918c7683c9bb2427e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" ?>
<TVActors>
    <Actor>
        <Name>Bryan Cranston</Name>
        <Show>Breaking Bad</Show>
    </Actor>
    <Actor>
        <Name>Peter Dinklage</Name>
        <Show>Game of Thrones</Show>
    </Actor>
</TVActors>