diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-16 15:44:18 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-16 15:44:18 +0000 |
| commit | febcca40d43b41df4fb202d6c96104c5aae6c68d (patch) | |
| tree | 1a5df826ec469582d48077058470c88a49af11b6 /include | |
| parent | d2298791af5f9104e5cbd9f58c731f2116195bcd (diff) | |
| download | android_external_libxml2-febcca40d43b41df4fb202d6c96104c5aae6c68d.tar.gz android_external_libxml2-febcca40d43b41df4fb202d6c96104c5aae6c68d.tar.bz2 android_external_libxml2-febcca40d43b41df4fb202d6c96104c5aae6c68d.zip | |
more bug-hunting added --tree to dump the intermediate rng tree patch from
* relaxng.c: more bug-hunting
* testRelax.c include/libxml/relaxng.h: added --tree to dump the
intermediate rng tree
* python/generator.py: patch from Stephane Bidoul to fix the generator
on python < 2.2
Daniel
Diffstat (limited to 'include')
| -rw-r--r-- | include/libxml/relaxng.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h index 1264d34a..788864d3 100644 --- a/include/libxml/relaxng.h +++ b/include/libxml/relaxng.h @@ -42,6 +42,8 @@ xmlRelaxNGPtr xmlRelaxNGParse (xmlRelaxNGParserCtxtPtr ctxt); void xmlRelaxNGFree (xmlRelaxNGPtr schema); void xmlRelaxNGDump (FILE *output, xmlRelaxNGPtr schema); +void xmlRelaxNGDumpTree (FILE * output, + xmlRelaxNGPtr schema); /* * Interfaces for validating */ |
