Menu

#352 Inconsistent namespace separator

Test Required
closed-fixed
None
5
2006-03-06
2004-12-20
No

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().

Discussion

  • Karl Waclawek

    Karl Waclawek - 2004-12-20

    Namespace separator patch

     
  • Karl Waclawek

    Karl Waclawek - 2004-12-20

    Logged In: YES
    user_id=290026

    The patch was applied in xmlparse.c rev. 1.139.
    Testing required - assigned to Fred.

     
  • Karl Waclawek

    Karl Waclawek - 2005-11-27
    • status: open --> open-fixed
     
  • Karl Waclawek

    Karl Waclawek - 2006-03-06
    • status: open-fixed --> closed-fixed
     
  • Karl Waclawek

    Karl Waclawek - 2006-03-06

    Logged In: YES
    user_id=290026

    No test cases were built, but since there were no complaints
    for a long time, we close this issue.

     

Log in to post a comment.