Project

General

Profile

Actions

Feature #8378

closed

implement <element-create-as-parent> for <text/>, <comment/> and <attribute/>

Added by Reynaud Sylvain over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Urgent
Assigned To:
Category:
XML Template Engine
Target version:
Start date:
10/28/2014
Due date:
% Done:

100%

Estimated time:
Actions #1

Updated by Reynaud Sylvain over 9 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

Also available in: Atom PDF