diff options
author | James Lal <james@lightsofapollo.com> | 2012-06-19 14:01:01 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-06-19 14:01:01 -0700 |
commit | 936e76b8945c6f310ad893905e08728715620e38 (patch) | |
tree | 39c969cb8739e26e3c4f628b50f1afffa8330dcc /samples/xml/simple.xml | |
parent | f1ae9e6f2a4503b9c5ab55abb13d95cbd9ee753c (diff) | |
download | jsCalDAV-936e76b8945c6f310ad893905e08728715620e38.tar.gz |
v1 sax parser
Diffstat (limited to 'samples/xml/simple.xml')
-rw-r--r-- | samples/xml/simple.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/xml/simple.xml b/samples/xml/simple.xml new file mode 100644 index 0000000..0e539da --- /dev/null +++ b/samples/xml/simple.xml @@ -0,0 +1,6 @@ +<D:simple xmlns:D="DAV:"> + <D:a>Foo</D:a> + <D:a href="some-url">Foo + bar</D:a> + <D:div><D:span>span</D:span></D:div> +</D:simple> |