RE: [xsl] Adding element to xml snippet using xslt

Subject: RE: [xsl] Adding element to xml snippet using xslt
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 24 Feb 2005 22:32:02 -0000
> 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/

Current Thread