Herm Fischer created XERCESC-2193: ------------------------------------- Summary: Validation error for prefix declaration on element whose value uses a prefix Key: XERCESC-2193 URL: https://issues.apache.org/jira/browse/XERCESC-2193 Project: Xerces-C++ Issue Type: Bug Components: Validating Parser (XML Schema) Affects Versions: 3.2.2 Environment: Linux Reporter: Herm Fischer
Xerces schema validation reports the prefix is undefined when QName content of an element is using a prefix defined on the element (works fine with Xerces-J, etc). <link:usedOn xmlns:this="http://example.com/this">this:someArc</link:usedOn> validation message: undefined prefix in QName value 'this:someArc' Is there a parameter, usage pattern, or code patch which will make this validate cleanly? (isPrefixUnknown seems to look in element stack instead of looking first at current element?) -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org