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

Subject: Re: [xsl] Adding element to xml snippet using xslt
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Tue, 22 Feb 2005 19:31:29 +0100
Tempore 23:01:31, die 02/21/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Nishi Bhonsle <nishi.bhonsle@xxxxxxxxxx>:

<xsl:template match="server">
    <xsl:element name="drillOutDir">
        <xsl:value-of select="abc:configuration/drillOutDir"/
    </xsl:element>
    <xsl:element name="started">
        <xsl:copy-of select="@status[. = 'true' ]"/>
        <xsl:value-of select="../abc:configuration/started"/>
    </xsl:element>
</xsl:template>


<xsl:copy-of select="../abc:configuration/started/@status[. = 'true' ]"/>


But I actually don't understand why you create the 'drillOutDir' and 'started' elements inside a template that matches 'server' elements...

--
Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041)
Veni, vidi, wiki (http://www.wikipedia.org)

Current Thread