aboutsummaryrefslogtreecommitdiffstats
path: root/doc/xmllint.xml
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 /doc/xmllint.xml
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 'doc/xmllint.xml')
-rw-r--r--doc/xmllint.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index ee5fde0e..1a998e15 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -522,16 +522,12 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--c14n</option></term>
- <listitem>
- <simpara>Output canonical XML.</simpara>
- </listitem>
- </varlistentry>
- <varlistentry>
<term>
- <option>--nonet</option></term>
+ <option>--c14n</option></term>
<listitem>
- <simpara>Do not use the Internet to fetch DTD's or entities.</simpara>
+ <simpara>Use the W3C XML Canonicalisation (C14N) to
+serialize the result of parsing to stdout, it keeps comments in
+teh result.</simpara>
</listitem>
</varlistentry>
</variablelist>