I’ve some problems by transforming my xml.
I’ld like to hive-off child-node in correct order.
Current nesting of elements ( / nodes)
<span style="font-family: [Ohne];">
<span style="font-family: qwe;">etu</span>
<!-- hive off this nested child-node above the parent -->
restia volorsin
</span>
Intended nesting and order of elements (/ nodes)
<!-- after xslt -->
<span style="font-family: [Ohne];">restia volorsin</span>
<span style="font-family: qwe;">etu</span>
see more example code
Could anyone gave me some tips?
As easy as this:
When this transformation is applied on the provided XML document:
the wanted, correct result is produced: