Project

General

Profile

Actions

Bug #29154

open

wrong context when mixing <element-create-as-parent> and <element-create>

Added by Reynaud Sylvain about 6 years ago.

Status:
New
Priority:
Normal
Assigned To:
Category:
XML Template Engine
Target version:
-
Start date:
03/06/2018
Due date:
% Done:

0%

Estimated time:

Description

This should create element <uncle> as a sibling of <parent>.

<element in="root">
    <element-create-as-parent out="parent">
        <element in="child"/>
    </element-create-as-parent>
    <element-create>new_element("uncle")</element-create>
</element>

...but instead it is created as a child of <parent>.

No data to display

Actions

Also available in: Atom PDF