Namespace handling is wrong in schema validation
------------------------------------------------
Key: XERCESC-1592
URL: http://issues.apache.org/jira/browse/XERCESC-1592
Project: Xerces-C++
Type: Bug
Components: Validating Parser (Schema) (Xerces 1.5 or up only)
Environment: Windows XP, Visual C++ 6.0
Reporter: Alberto Massari
Attachments: MainSchema.xml
When resolving a reference to an element declaration, the only namespace
mapping that is taken into consideration is the one defined by the root
element; namespace declarations attached to the current element node or its
parent are ignored.
Running DOMCount -n -s MainSchema.xml will report the error "Type not found in
SplitAndMerge:msg" while the schema is trying to access "msg" from the empty
namespace
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]