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!
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--