Bugs item #2825235, was opened at 2009-07-22 12:49
Message generated for change (Comment added) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2825235&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Data Definition Language
Group: Sedna (current)
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: chun chen (goodluckfish)
>Assigned to: Ivan Shcheklein (shcheklein)
Summary: attributes and namespace

Initial Comment:
According to www.w3.org, the following xml is legal (6.3 Uniqueness of 
Attributes --- http://www.w3.org/TR/REC-xml-names/) :
<!-- http://www.w3.org is bound to n1 and is the default -->
<x xmlns:n1="http://www.w3.org"; 
   xmlns="http://www.w3.org"; >
  <good a="1"     b="2" />
  <good a="1"     n1:a="2" />
</x>

But when I load the above xml into database, it reports error "It is a dynamic 
error if any attribute of a constructed element does not have a name that is 
distinct from the names of all other attributes of the constructed element.".


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

>Comment By: Ivan Shcheklein (shcheklein)
Date: 2009-07-23 20:31

Message:
Chun, thank you for the bug report! 

Seems default namespace is applied to the attributes in some situaions. We
will fix it as soon as possible.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2825235&group_id=129076

------------------------------------------------------------------------------
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to