Don't use xmlpp as the data storage; put things in cxml::Node members
[libcxml.git] / test / ref / a.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <A>
3   <B>42</B>
4   <C>fred</C>
5   <D>42.9</D>
6   <E>yes</E>
7   <F>1</F>
8   <F>2</F>
9   <H>
10     <I>testing</I>
11     <I>more testing</I>
12   </H>
13   <J>
14     <K>jim</K>
15   </J>
16 </A>