Skip to content
Snippets Groups Projects
Commit 7d745de5 authored by Alberto Massari's avatar Alberto Massari
Browse files

- Each SchemaInfo should have its own NamespaceScope (pre-populated with the...

- Each SchemaInfo should have its own NamespaceScope (pre-populated with the content of the including grammar) instead of pointing to a stack of the NamespaceScope of the topmost grammar (otherwise, if A includes B and then C, C sees the namespace prefixes declared by B)
- SchemaGrammar should not be used to store the transient NamespaceScope objects
- The stack of NamespaceScope is updated by each DOMElement that has attributes declaring new namespace prefixes (XERCESC-1592)

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@526239 13f79535-47bb-0310-9956-ffa450edef68
parent 125450b7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment