Whitespace in xsi:type ---------------------- Key: XERCESC-1945 URL: https://issues.apache.org/jira/browse/XERCESC-1945 Project: Xerces-C++ Issue Type: Bug Components: Validating Parser (XML Schema) Affects Versions: 3.1.1 Environment: Detected using example program DOMCount.exe with all checks turned on (-s -f -n). Reporter: Herbert Oppmann Priority: Minor
Adding space characters to the front or end of type names is accepted by Xerces. But adding other whitespace chars (TAB, CR, LF) is not accepted. According to the spec, the type name is a QName which has a whitespace property of "collapse", so all the other whitespace chars should be converted to space before trimming. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org