"temporaryXUpdateTree" are being left in the document
tree when a select fails.
Run this:
<?xml version="1.0" encoding="UTF-8"?>
<xupdate:modifications version="1.0"
xmlns:xupdate="http://www.xmldb.org/xupdate">
<xupdate:append select="/EML/HEAD">
<xupdate:element name="test2"/>
</xupdate:append>
<xupdate:append select="/EML/HEAD_2">
<xupdate:element name="test1"/>
</xupdate:append>
</xupdate:modifications>
ON:
<EML>
<HEAD/>
</EML>
and you get
<EML>
<HEAD>
<test2/>
</HEAD>
<temporaryXUpdateTree>
<test1/>
</temporaryXUpdateTree>
</EML>
This was using xindice 1.4b
Nobody/Anonymous
None
None
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use