Actions
Bug #2944
closedUse of xsl:sequence within copy situations is node-destructive
Start date:
2016-09-17
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
When @$nodes instance of node()*@, then the following:
<a><xsl:sequence select="$nodes/></a>
<b><xsl:sequence select="$nodes/></b>
inserts $nodes
only into the second element - within Dom node-insertion removes nodes from any trees they were in previously. With xsl:copy-of
the behaviour is as expected.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page