[ expat-Bugs-1088215 ] Inconsistent namespace separator
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1088215, was opened at 2004-12-20 00:16 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1088215&group_id=10127 Category: None Group: Test Required Status: Open Resolution: None Priority: 5 Submitted By: Karl Waclawek (kwaclaw) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Inconsistent namespace separator Initial Comment: When the namespace separator is the null character, it will be omitted between uri and local name. However, when namespace triplets are turned on, the namespace separator between local name and prefix is inconsistently treated, sometimes omitted, sometimes not. The attached patch enforces consistent behaviour such that the separator between local name and prefix is never omitted. This is OK because it is an error to use a null separator in the case of namespace triplets, as per the documentation for XML_ParserCreateNS(). ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2004-12-20 00:17 Message: Logged In: YES user_id=290026 The patch was applied in xmlparse.c rev. 1.139. Testing required - assigned to Fred. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1088215&group_id=10127