When an element had a complex type coming from a different namespace, and the...
When an element had a complex type coming from a different namespace, and the type was anonymous, the grammar was not switched and locally defined elements used by the type could not to be found (because the local search was done in the namespace of the element, and a global search was done in the namespace of the type) (XERCESC-1776) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@646366 13f79535-47bb-0310-9956-ffa450edef68
Showing
- src/xercesc/internal/IGXMLScanner.cpp 24 additions, 29 deletionssrc/xercesc/internal/IGXMLScanner.cpp
- src/xercesc/internal/SGXMLScanner.cpp 24 additions, 29 deletionssrc/xercesc/internal/SGXMLScanner.cpp
- tests/src/XSTSHarness/regression/XERCESC-1776/gargamel.xsd 14 additions, 0 deletionstests/src/XSTSHarness/regression/XERCESC-1776/gargamel.xsd
- tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xml 8 additions, 0 deletionstests/src/XSTSHarness/regression/XERCESC-1776/smerf.xml
- tests/src/XSTSHarness/regression/XERCESC-1776/smerf.xsd 11 additions, 0 deletionstests/src/XSTSHarness/regression/XERCESC-1776/smerf.xsd
- tests/src/XSTSHarness/regression/Xerces.testSet 16 additions, 0 deletionstests/src/XSTSHarness/regression/Xerces.testSet
Loading
Please register or sign in to comment