blob: 8e397ce8731ccc946441341bf932a54540cd19d4 (
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">yes</E>
<F fred="4">1</F>
<F jim="yes">2</F>
<H>
<I>testing</I>
<I>more testing</I>
</H>
<J>
<K>jim</K>
</J>
</A>
|