summaryrefslogtreecommitdiff
path: root/testXPath.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-26 14:07:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-26 14:07:44 +0000
commitf6bf921daa07643265eb18d2db7bc7676287e86c (patch)
tree79890681a4db3a5806ef464bae8953d8cfd72503 /testXPath.c
parentd6d7f7bf96a87688cc4bf756cf98367018e3ef88 (diff)
downloadlibxml2-f6bf921daa07643265eb18d2db7bc7676287e86c.tar.gz
- xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
cleanup patch for XPath Daniel
Diffstat (limited to 'testXPath.c')
-rw-r--r--testXPath.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testXPath.c b/testXPath.c
index 487987f2..be862ca3 100644
--- a/testXPath.c
+++ b/testXPath.c
@@ -183,6 +183,9 @@ int main(int argc, char **argv) {
printf("\tParse the XPath strings and output the result of the parsing\n");
printf("\t--debug : dump a debug version of the result\n");
printf("\t--valid : switch on DTD support in the parser\n");
+#if defined(LIBXML_XPTR_ENABLED)
+ printf("\t--xptr : expressions are XPointer expressions\n");
+#endif
printf("\t--expr : debug XPath expressions only\n");
printf("\t--input filename : or\n");
printf("\t-i filename : read the document from filename\n");