|
Subject: RE: [xsl] descendant-or-self XSLT 1.0 From: Terry Ofner <tofner@xxxxxxxxxxx> Date: Mon, 20 Mar 2006 08:57:05 -0500 |
<xsl:template match="node">
<xsl:apply-templates select="descendant-or-self::result"/>
</xsl:template><xsl:template match="node">
<xsl:for-each select="descendant-or-self::result">
<xsl:text> </xsl:text>
<xsl:apply-templates select="."/>
</xsl:for-each>
</xsl:template>t.o. -- Terry Ofner 1541 Northbrook Drive Indianapolis, IN 46260 317-870-1992 tofner@xxxxxxxxxxx
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] descendant-or-self XSLT 1, Keith Fahlgren | Thread | RE: [xsl] descendant-or-self XSLT 1, Florent Georges |
| Re: [xsl] descendant-or-self XSLT 1, Keith Fahlgren | Date | RE: [xsl] descendant-or-self XSLT 1, Florent Georges |
| Month |