|
Subject: Re: [xsl] Adding element to xml snippet using xslt From: "Joris Gillis" <roac@xxxxxxxxxx> Date: Thu, 17 Feb 2005 17:39:53 +0100 |
I have the following xsl, that converts the initial snippet to the resultant but i observed that the <started> element occurs before the <drillOutDir> element. How can I change my xsl to achieve the above result xml in the exact order?
<xsl:template match="abc:configuration">
<xsl:copy>
<xsl:copy-of select="@*[local-name() != 'rmi' and local-name() != 'locale']"/>
<xsl:attribute name="useMgmt">
<xsl:text>true</xsl:text></xsl:attribute>
<xsl:attribute name="metadata"><xsl:text>true</xsl:text></xsl:attribute>
<xsl:apply-templates> <xsl:sort select="boolean(self::server)" order="descending"/> </xsl:apply-templates>
</xsl:copy>
<xsl:text></xsl:text>
</xsl:template>
<xsl:template match="server">
<xsl:element name="drillOutDir"> </xsl:element>
</xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Adding element to xml snippet, Nishi Bhonsle | Thread | Re: [xsl] Adding element to xml sni, Nishi Bhonsle |
| Re: [xsl] xsl transform flatfile to, Joris Gillis | Date | [xsl] keyed lookup table, Kevin Rodgers |
| Month |