xsl-list
[Top] [All Lists]

RE: Adding element to xml snippet using xslt

2005-02-24 15:32:02

I tried

<xsl:template match="abc:configuration">
       <xsl:copy-of select="started"/>
       <xsl:for-each select="abc:configuration/started">
 <xsl:text>This application was stopped by 
administrator.</xsl:text>          
 </xsl:for-each>  
         <xsl:apply-templates>    
   </xsl:template>


But that did not work. Can you help?


I gave you a solution at

http://www.biglist.com/lists/xsl-list/archives/200502/msg01200.html

but you haven't responded.

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>