[Expat-bugs] [ expat-Bugs-695401 ] Unbound prefixes not rejected

SourceForge.net noreply at sourceforge.net
Mon Mar 3 11:38:44 EST 2003


Bugs item #695401, was opened at 2003-02-28 20:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=695401&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Karl Waclawek (kwaclaw)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Unbound prefixes not rejected

Initial Comment:
When namespace processing is turned on then
unbound prefixes are illegal according to
the Namespaces for XML 1.0 specification, section 4,
paragraph "Namespace Constraint: Prefix Declared".

However, Expat does not reject the following two 
documents:

<?xml version="1.0"?>
<!-- Unbound element prefix -->
<a:foo/>

<?xml version="1.0"?>
<!-- Unbound attribute prefix -->
<foo a:attr="1"/>



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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2003-03-03 14:38

Message:
Logged In: YES 
user_id=290026

There is a fix for bug #692964 - attachment 
NSAttFix3.diff - that also includes a fix
for this bug.

Assigned to Fred for regression tests.

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

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



More information about the Expat-bugs mailing list