Actions
Feature #8378
closedimplement <element-create-as-parent> for <text/>, <comment/> and <attribute/>
Status:
Resolved
Priority:
Urgent
Assigned To:
Category:
XML Template Engine
Target version:
Start date:
10/28/2014
Due date:
% Done:
100%
Estimated time:
Updated by Reynaud Sylvain almost 10 years ago
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 100
The following is not supported:
<element-create-as-parent>
<attribute/>
</element-create-as-parent>
Instead, use the following:
<element-create as="last-child">new_element(...)</element-create>
Actions