Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.10.0
-
None
Description
The performance improvement made in XERCESJ-1406 removed an unconditional call to findSchemaGrammar() which seemed unnecessary but was ensuring that grammars be loaded for substitution groups. The SubstiutionGroupHandler is accessing the grammar bucket directly so will not find a declaration if it hasn't already been loaded. Need to push the findSchemaGrammar() call down to it.