1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

- xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>

cleanup patch for XPath
Daniel
This commit is contained in:
Daniel Veillard
2000-10-26 14:07:44 +00:00
parent d6d7f7bf96
commit f6bf921daa
5 changed files with 136 additions and 46 deletions

View File

@ -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");