summaryrefslogtreecommitdiff
path: root/test/ref/b.xml
blob: d0a416c1eda5b6fbdbd6b47f7e3b402f7e61ae0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<A>
  <B>42</B>
  <C>fred</C>
  <D>42.9</D>
  <E foo="bar">1</E>
  <F fred="4">1</F>
  <F jim="1">2</F>
  <H>
    <I>testing</I>
    <I>more testing</I>
  </H>
  <J>
    <K>jim</K>
  </J>
</A>