aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-08-16 00:39:03 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-08-16 00:39:03 +0000
commit29b1748205897f727696b62fdba333efc9671440 (patch)
tree0fbd0025ff3d6fcd286b03834cba7d4d9c3cf1ad /result
parent774a3bd4cd32c6515c5ef7b13c949c30499f74b3 (diff)
downloadandroid_external_libxml2-29b1748205897f727696b62fdba333efc9671440.tar.gz
android_external_libxml2-29b1748205897f727696b62fdba333efc9671440.tar.bz2
android_external_libxml2-29b1748205897f727696b62fdba333efc9671440.zip
small typo pointed out by Mike Hommey slightly improved the --c14n
* xmlIO.c: small typo pointed out by Mike Hommey * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved the --c14n description, c.f. #144675 . * nanohttp.c nanoftp.c: applied a first simple patch from Mike Hommey for $no_proxy, c.f. #133470 * parserInternals.c include/libxml/parserInternals.h include/libxml/xmlerror.h: cleanup to avoid 'error' identifier in includes # * parser.c SAX2.c debugXML.c include/libxml/parser.h: first version of the inplementation of parsing within the context of a node in the tree #142359, new function xmlParseInNodeContext(), added support at the xmllint --shell level as the "set" function * test/scripts/set* result/scripts/* Makefile.am: extended the script based regression tests to instrument the new function. Daniel
Diffstat (limited to 'result')
-rw-r--r--result/scripts/base.err0
-rw-r--r--result/scripts/base2.err0
-rw-r--r--result/scripts/set13
-rw-r--r--result/scripts/set1.err0
-rw-r--r--result/scripts/set312
-rw-r--r--result/scripts/set3.err3
-rw-r--r--result/scripts/set46
-rw-r--r--result/scripts/set4.err0
8 files changed, 24 insertions, 0 deletions
diff --git a/result/scripts/base.err b/result/scripts/base.err
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/result/scripts/base.err
diff --git a/result/scripts/base2.err b/result/scripts/base2.err
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/result/scripts/base2.err
diff --git a/result/scripts/set1 b/result/scripts/set1
new file mode 100644
index 00000000..b4c2c9ac
--- /dev/null
+++ b/result/scripts/set1
@@ -0,0 +1,3 @@
+/ > / > <?xml version="1.0"?>
+<b/>
+/ > \ No newline at end of file
diff --git a/result/scripts/set1.err b/result/scripts/set1.err
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/result/scripts/set1.err
diff --git a/result/scripts/set3 b/result/scripts/set3
new file mode 100644
index 00000000..812b35f8
--- /dev/null
+++ b/result/scripts/set3
@@ -0,0 +1,12 @@
+/ > a > Object is a Node Set :
+Set contains 1 nodes:
+1 ELEMENT a
+ default namespace href=bar
+a > a > Object is a Node Set :
+Set contains 2 nodes:
+1 ELEMENT a
+ default namespace href=bar
+2 ELEMENT b
+a > <?xml version="1.0"?>
+<a xmlns="bar"><b/></a>
+a > \ No newline at end of file
diff --git a/result/scripts/set3.err b/result/scripts/set3.err
new file mode 100644
index 00000000..18f0d694
--- /dev/null
+++ b/result/scripts/set3.err
@@ -0,0 +1,3 @@
+./test/scripts/set3.xml:1: parser warning : xmlns: URI bar is not absolute
+<a xmlns="bar">foo</a>
+ ^
diff --git a/result/scripts/set4 b/result/scripts/set4
new file mode 100644
index 00000000..19e9a580
--- /dev/null
+++ b/result/scripts/set4
@@ -0,0 +1,6 @@
+/ > b > b > Object is a Node Set :
+Set contains 1 nodes:
+1 ELEMENT a:c
+b > <?xml version="1.0"?>
+<a xmlns:a="bar"><b xmlns:a="foo"><a:c/></b></a>
+b > \ No newline at end of file
diff --git a/result/scripts/set4.err b/result/scripts/set4.err
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/result/scripts/set4.err