[Expat-bugs] [ expat-Bugs-608484 ] redundant namespace declaration

noreply@sourceforge.net noreply@sourceforge.net
Thu, 19 Sep 2002 06:50:47 -0700


Bugs item #608484, was opened at 2002-09-12 13:12
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=608484&group_id=10127

Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: redundant namespace declaration

Initial Comment:
A redundant namespace declaration in a single element, 
such as:
<a
xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"
/>
cause the parser to crash in any case.

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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2002-09-19 09:50

Message:
Logged In: YES 
user_id=290026

Since I cannot reproduce an error, and since the original
poster did not follow up with details, this item is closed.

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2002-09-12 13:16

Message:
Logged In: YES 
user_id=290026

What do you mean with crash?
Expat returned a "duplicate attribute error" when I tested
that. That seems correct to me, since attributes are
supposed to be unique.

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

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