diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-09 13:42:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-09 13:42:36 +0100 |
| commit | fd7dada1f4f5668e56a7cf3a268d22702f6ba52d (patch) | |
| tree | dabaa446843c772fb0a3ec92091fe11b595f29ab /test/ref/a.xml | |
| parent | 01edbdf34b0ad804106e184bd98b7d20c8f23cf1 (diff) | |
Don't use xmlpp as the data storage; put things in cxml::Node members
instead. Add short-cuts for creating XML using libcxml.
Diffstat (limited to 'test/ref/a.xml')
| -rw-r--r-- | test/ref/a.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/test/ref/a.xml b/test/ref/a.xml index e854aae..10900aa 100644 --- a/test/ref/a.xml +++ b/test/ref/a.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <A> <B>42</B> <C>fred</C> @@ -5,6 +6,11 @@ <E>yes</E> <F>1</F> <F>2</F> - <H><I>testing</I><I>more testing</I></H> - <J><K>jim</K></J> + <H> + <I>testing</I> + <I>more testing</I> + </H> + <J> + <K>jim</K> + </J> </A> |
