Ivan Shcheklein - 2012-10-19
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,16 +1,16 @@
 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.