[Expat-bugs] [ expat-Bugs-1088215 ] Inconsistent namespace separator

SourceForge.net noreply at sourceforge.net
Mon Dec 20 06:16:26 CET 2004


Bugs item #1088215, was opened at 2004-12-20 00:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
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().

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1088215&group_id=10127


More information about the Expat-bugs mailing list