Bugs item #2825235, was opened at 2009-07-22 08:49 Message generated for change (Tracker Item Submitted) made by goodluckfish 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: None Priority: 5 Private: No Submitted By: chun chen (goodluckfish) Assigned to: Nobody/Anonymous (nobody) 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.". ---------------------------------------------------------------------- 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
