mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fixing #96925 wich was also dependant on the processing of parsed
* parser.c xpath.c: fixing #96925 wich was also dependant on the processing of parsed entities, and XPath computation on sustitued entities. * testXPath.c: make sure entities are substitued. Daniel
This commit is contained in:
@ -171,6 +171,7 @@ int main(int argc, char **argv) {
|
||||
if (valid != 0) xmlDoValidityCheckingDefaultValue = 1;
|
||||
xmlLoadExtDtdDefaultValue |= XML_DETECT_IDS;
|
||||
xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS;
|
||||
xmlSubstituteEntitiesDefaultValue = 1;
|
||||
if (nocdata != 0) {
|
||||
xmlDefaultSAXHandlerInit();
|
||||
xmlDefaultSAXHandler.cdataBlock = NULL;
|
||||
|
Reference in New Issue
Block a user