summaryrefslogtreecommitdiff
path: root/SAX.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-30 21:10:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-30 21:10:09 +0000
commite637c4ad2e5c5422393f76b5be5ddb9ebe3755e2 (patch)
tree691312eef343fe49499dda3faf2015332387553b /SAX.c
parentb6c7f415b76d24b72119057688056374e7b062bb (diff)
downloadlibxml2-e637c4ad2e5c5422393f76b5be5ddb9ebe3755e2.tar.gz
more work on XML Schemas datatypes and facets support. Currently only
* relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes and facets support. Currently only schemas with binHex or base64 don't compile. A few error left in the test suite: found 1035 test instances: 919 success 23 failures most are gdate or gdateyear failing check, and a few cases where James clark tests results are strange. * valid.c: allow to reuse the Notation checking routine without having a validation context. * SAX.c: removed a #if 0 Daniel
Diffstat (limited to 'SAX.c')
-rw-r--r--SAX.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/SAX.c b/SAX.c
index 6e3cba1f..1b3f1f50 100644
--- a/SAX.c
+++ b/SAX.c
@@ -661,18 +661,6 @@ unparsedEntityDecl(void *ctx, const xmlChar *name,
"SAX.unparsedEntityDecl(%s, %s, %s, %s)\n",
name, publicId, systemId, notationName);
#endif
-#if 0
- Done in xmlValidateDtdFinal now.
- if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc) {
- int ret;
- ret = xmlValidateNotationUse(&ctxt->vctxt, ctxt->myDoc,
- notationName);
- if (ret == 0) {
- ctxt->wellFormed = 0;
- ctxt->valid = 0;
- }
- }
-#endif
if (ctxt->inSubset == 1) {
ent = xmlAddDocEntity(ctxt->myDoc, name,
XML_EXTERNAL_GENERAL_UNPARSED_ENTITY,