aboutsummaryrefslogtreecommitdiffstats
path: root/test/c14n/1-1-without-comments/example-3.xml
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@aleksey.com>2009-07-09 10:26:22 +0200
committerDaniel Veillard <veillard@redhat.com>2009-07-09 10:26:22 +0200
commit838682478cf89ddcbda294d9557c72813135fc7a (patch)
treebeb96f53231fbd3952e611b695e7f2690715e0ad /test/c14n/1-1-without-comments/example-3.xml
parent44af232c837312900f7d5c0ad58c2d52cdc8aa8f (diff)
downloadandroid_external_libxml2-838682478cf89ddcbda294d9557c72813135fc7a.tar.gz
android_external_libxml2-838682478cf89ddcbda294d9557c72813135fc7a.tar.bz2
android_external_libxml2-838682478cf89ddcbda294d9557c72813135fc7a.zip
Aleksey Sanin support for c14n 1.1
* c14n.c include/libxml/c14n.h: adds support for C14N 1.1, new flags at the API level * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI tools and test binaries * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*: add a new batch of tests
Diffstat (limited to 'test/c14n/1-1-without-comments/example-3.xml')
-rwxr-xr-xtest/c14n/1-1-without-comments/example-3.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/c14n/1-1-without-comments/example-3.xml b/test/c14n/1-1-without-comments/example-3.xml
new file mode 100755
index 00000000..a7a1950a
--- /dev/null
+++ b/test/c14n/1-1-without-comments/example-3.xml
@@ -0,0 +1,18 @@
+<!DOCTYPE doc [<!ATTLIST e9 attr CDATA "default">]>
+<doc>
+ <e1 />
+ <e2 ></e2>
+ <e3 name = "elem3" id="elem3" />
+ <e4 name="elem4" id="elem4" ></e4>
+ <e5 a:attr="out" b:attr="sorted" attr2="all" attr="I'm"
+ xmlns:b="http://www.ietf.org"
+ xmlns:a="http://www.w3.org"
+ xmlns="http://www.uvic.ca"/>
+ <e6 xmlns="" xmlns:a="http://www.w3.org">
+ <e7 xmlns="http://www.ietf.org">
+ <e8 xmlns="" xmlns:a="http://www.w3.org">
+ <e9 xmlns="" xmlns:a="http://www.ietf.org"/>
+ </e8>
+ </e7>
+ </e6>
+</doc>