Convert tests to programs
[idzebra-moved-to-github.git] / test / xpath / rec5.xml
1 <record>
2   <title>foo</title>
3   <title>bar</title>
4   <author>gryf</author>
5 </record>
6
7 <record>
8   <title>foo bar</title>
9   <author>gryf</author>
10 </record>
11
12 <record>
13   <title lang=en>foo gryf</title>
14   <author>grunt</author>
15 </record>
16
17 <record>
18   <title lang=da>foo grunt</title>
19   <value>bar</value>
20 </record>
21
22 <record>
23   <title>hamlet</title>
24   <author>foo bar grunt</author>
25 </record>
26