|
Subject: Re: [xsl] complex "insert" rules; generalized insert From: Anton Triest <anton@xxxxxxxx> Date: Wed, 13 Oct 2004 22:21:21 +0200 |
<xsl:template match="parent">
<xsl:apply-templates select="child_a | child_b"/>
<xsl:apply-templates select="child_c"/>
<xsl:if test="not(child_c)">
<child_c/><xsl:comment>added</xsl:comment>
</xsl:if>
<xsl:apply-templates select="child_d | child_e"/>
</xsl:template>HTH Anton
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] complex "insert" rules; g, Wendell Piez | Thread | [xsl] Displaying Code Dependent on , Joe Heidenreich |
| [xsl] sorting and preceding-sibling, ethan.kalfus | Date | [xsl] Displaying Code Dependent on , Joe Heidenreich |
| Month |