summaryrefslogtreecommitdiff
path: root/tests/XSLTMark/current.xml
blob: 0033b23ad230db6e2354f0bdd401dd591e0c671f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<top>
<refs>
   <blah ref="foo"/>
   <blah ref="bar"/>
</refs>

<glossary>
    <item name="foo" ref="bar"/>
    <item name="bar" ref="foo"/>
    <item name="baz" ref="baz"/>
</glossary>

</top>