1 Mar 2003 02:32
[ expat-Bugs-695401 ] Unbound prefixes not rejected
SourceForge.net <noreply <at> sourceforge.net>
2003-03-01 01:32:29 GMT
2003-03-01 01:32:29 GMT
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"/>(Continue reading)
RSS Feed