Actions
Feature #5311
closedimprove ReplaceProcessor and InsertProcessor
Start date:
10/10/2013
Due date:
% Done:
100%
Estimated time:
Description
ReplaceProcessor:
- enable replacing a subtree with another subtree
- enable inserting a subtree
New syntax:
<rename match="/*/*/@*" new-name="new"/>
<replace match="/*/*/@*" new-nodes="view('v')/*/@*">
<connector/>
</replace>
<insert match="/*/*" new-nodes="view('v')/*/text()"
as="first-child|last-child|preceding-sibling|following-sibling">
<connector/>
</insert>
<insert-parent match="/*/*" new-name="new"/>
Updated by Reynaud Sylvain about 11 years ago
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 100
Actions