aboutsummaryrefslogtreecommitdiffstats
path: root/debugXML.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-08-16 12:34:50 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-08-16 12:34:50 +0000
commitc14c3892a2b39b4684a1f69b8465a38556604caf (patch)
tree937b3b32a9b08a0e45f02b9b9acb4f401913a37c /debugXML.c
parent335f5ec7e52f8b15e12b6bbf13df3fc0347b31a2 (diff)
downloadandroid_external_libxml2-c14c3892a2b39b4684a1f69b8465a38556604caf.tar.gz
android_external_libxml2-c14c3892a2b39b4684a1f69b8465a38556604caf.tar.bz2
android_external_libxml2-c14c3892a2b39b4684a1f69b8465a38556604caf.zip
added help for new set shell command added parser option to not generate
* debugXML.c: added help for new set shell command * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h: added parser option to not generate XInclude start/end nodes, added a specific option to xmllint to test it fixes #130769 * Makefile.am: regression test the new feature * doc/xmllint.1 doc/xmllint.xml: updated man page to document option. Daniel
Diffstat (limited to 'debugXML.c')
-rw-r--r--debugXML.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugXML.c b/debugXML.c
index 30791316..71a8712c 100644
--- a/debugXML.c
+++ b/debugXML.c
@@ -2349,6 +2349,7 @@ xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input,
fprintf(ctxt->output, "\tfree display memory usage\n");
fprintf(ctxt->output, "\tload [name] load a new document with name\n");
fprintf(ctxt->output, "\tls [path] list contents of path or the current directory\n");
+ fprintf(ctxt->output, "\tset xml_fragment replace the current node content with the fragment parsed in context\n");
#ifdef LIBXML_XPATH_ENABLED
fprintf(ctxt->output, "\txpath expr evaluate the XPath expression in that context and print the result\n");
fprintf(ctxt->output, "\tsetns nsreg register a namespace to a prefix in the XPath evaluation context\n");