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

SourceForge.net noreply at sourceforge.net
Fri Feb 28 17:32:29 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: Karl Waclawek (kwaclaw)
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"/>



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

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