Bugs item #3105299, was opened at 2010-11-08 17:38
Message generated for change (Settings changed) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3105299&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: Update Language
Group: Sedna (current)
Status: Open
>Resolution: Later
Priority: 6
Private: No
Submitted By: Ilya Taranov (mozinsur)
Assigned to: Ilya Taranov (mozinsur)
Summary: Update functions can break XDM consistency!

Initial Comment:
The following code:

[code]
create document "a"&
update insert <a a="1" c="2" /> into doc("a")&
update replace doc("a")/a/@a with (attribute b {"1.5"}, <x />)&
[/code]

leads to a broken data model. This can be told by 

[code]
doc("a")&
[/code]

The attribute nodes appear after element node.

Broken data model consistency may lead to a system exception.




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

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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to