XSLT inserting once off custom text
- by BeraCim
Hi all:
The folloiwng is a pre-existing xml file. I was wondering how can I insert a element before the first element using xslt?
<XmlFile>
<!-- insert another <tag> element here -->
<tag>
<innerTag>
</innerTag>
</tag>
<tag>
<innerTag>
…