Share

XML:DB Initiative for XML Databases

Tracker: Bugs

5 Data Corruption. - ID: 1017686
Last Update: Tracker Item Submitted ( toddbyrne )

"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




byrne ( toddbyrne ) - 2004-08-27 15:49

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.