Overview
Documentation
Shown below is a valid xModify command set containing just 1 command: remove-element.
<xm:modifications version="1.0" xmlns:xm="http://openxal.org/core/xmodify"
document="mydocument">
<xm:remove-element select="/ui/rootPane/freePane[1]/button"/>
</xm:modifications>
<xm:modifications version="1.0" xmlns:xm="http://openxal.org/core/xmodify"
document="html">
<xm:append select="TABLE[@id='myTable']/TBODY">
<![CDATA[ <tr><td>New Person</td></tr>
]]>
</xm:append>
</xm:modifications>
| Version: Based on Platform 4.5.7.1862 | last update: 2007-06-22 |