diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 13:57:34 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 13:57:34 +0000 |
commit | ef0b45016373d65700ef6f7d494a200758b2e4c5 (patch) | |
tree | b84d25b1069db331e8858ccd29f2ac78c2267fb3 /include | |
parent | 9231ff9250af7e22104cc5e9406f0dd43e86aec0 (diff) | |
download | libxml2-ef0b45016373d65700ef6f7d494a200758b2e4c5.tar.gz |
fixed some problems related to #75813 about handling of Result Value Trees
* xpath.c: fixed some problems related to #75813 about handling
of Result Value Trees
Daniel
Diffstat (limited to 'include')
-rw-r--r-- | include/libxml/relaxng.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h index fa891869..1b25c1f7 100644 --- a/include/libxml/relaxng.h +++ b/include/libxml/relaxng.h @@ -100,11 +100,6 @@ void xmlRelaxNGSetValidErrors(xmlRelaxNGValidCtxtPtr ctxt, xmlRelaxNGValidCtxtPtr xmlRelaxNGNewValidCtxt (xmlRelaxNGPtr schema); void xmlRelaxNGFreeValidCtxt (xmlRelaxNGValidCtxtPtr ctxt); int xmlRelaxNGValidateDoc (xmlRelaxNGValidCtxtPtr ctxt, - xmlDocPtr instance); -int xmlRelaxNGValidateStream(xmlRelaxNGValidCtxtPtr ctxt, - xmlParserInputBufferPtr input, - xmlCharEncoding enc, - xmlSAXHandlerPtr sax, - void *user_data); + xmlDocPtr doc); void xmlRelaxNGCleanupTypes (void); #endif /* __XML_RELAX_NG__ */ |