mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-12 13:38:37 +00:00
fix a problem in externalSubsetSplit with a patch from Ashwin Daniel
* xmlschemas.c: fix a problem in externalSubsetSplit with a patch from Ashwin Daniel svn path=/trunk/; revision=3716
This commit is contained in:
parent
97c9ce2e99
commit
b3e453675a
@ -1,3 +1,8 @@
|
||||
Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlschemas.c: fix a problem in externalSubsetSplit with a patch
|
||||
from Ashwin
|
||||
|
||||
Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* parser.c: fix various attribute normalisation problems reported
|
||||
|
@ -28108,8 +28108,8 @@ externalSubsetSplit(void *ctx, const xmlChar *name,
|
||||
{
|
||||
xmlSchemaSAXPlugPtr ctxt = (xmlSchemaSAXPlugPtr) ctx;
|
||||
if ((ctxt != NULL) && (ctxt->user_sax != NULL) &&
|
||||
(ctxt->user_sax->internalSubset != NULL))
|
||||
ctxt->user_sax->internalSubset(ctxt->user_data, name, ExternalID,
|
||||
(ctxt->user_sax->externalSubset != NULL))
|
||||
ctxt->user_sax->externalSubset(ctxt->user_data, name, ExternalID,
|
||||
SystemID);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user