O
olivier.scalbert
Hello,
How can I write the XSLT to transform:
<Root>
<Element attribute="value"/>
<Element2>
<Element3/>
</Element2>
</Root>
into:
<Root>
<Element attribute="value"/>
<Element2>
<Element3/>
</Element2>
<New element>
....
</New element>
</Root>
The output is the same as the input with a new element at the end.
Thanks for your help.
Olivier
How can I write the XSLT to transform:
<Root>
<Element attribute="value"/>
<Element2>
<Element3/>
</Element2>
</Root>
into:
<Root>
<Element attribute="value"/>
<Element2>
<Element3/>
</Element2>
<New element>
....
</New element>
</Root>
The output is the same as the input with a new element at the end.
Thanks for your help.
Olivier