[xsl] insert to copied node

Subject: [xsl] insert to copied node
From: Michalmas <michalmas@xxxxxxxxx>
Date: Fri, 20 Mar 2009 00:07:20 +0100
Hi guys,

I have some XML node, that i want to copy:
<xsl:copy-of select="." />

Insert that element there is <test> node. Besides the copy, i want to
insert extra node to <test> node.

How can i do it efficiently (not by copying every node separately)?

Thanks!

Current Thread