diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-08-16 00:39:03 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-08-16 00:39:03 +0000 |
commit | 29b1748205897f727696b62fdba333efc9671440 (patch) | |
tree | 0fbd0025ff3d6fcd286b03834cba7d4d9c3cf1ad /test/scripts/set3.script | |
parent | 774a3bd4cd32c6515c5ef7b13c949c30499f74b3 (diff) | |
download | android_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 'test/scripts/set3.script')
-rw-r--r-- | test/scripts/set3.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/scripts/set3.script b/test/scripts/set3.script new file mode 100644 index 00000000..e99745ab --- /dev/null +++ b/test/scripts/set3.script @@ -0,0 +1,5 @@ +cd * +xpath //*[namespace-uri()="bar"] +set <b/> +xpath //*[namespace-uri()="bar"] +save - |