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

SourceForge.net noreply at sourceforge.net
Sun Nov 27 21:45:37 CET 2005


Bugs item #1088215, was opened at 2004-12-20 00:16
Message generated for change (Settings changed) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1088215&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Test Required
Status: Open
>Resolution: Fixed
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


More information about the Expat-bugs mailing list