|
Subject: [xsl] Applying child nodes in a substringed node From: e107lac <e107lac@xxxxxxxxx> Date: Wed, 20 Jun 2007 10:12:37 +0200 |
<xsl:template match="root"> <xsl:apply-templates/> </xsl:template>
<xsl:template match="parent">
<xsl:element name="list"
<xsl:value-of select="substring-after(normalize-space(.), ' ')"/>
</xsl:element>
</xsl:template><xsl:template match="child">
<xsl:element name="strong">
<xsl:apply-templates/>
</xsl:element>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Calling Saxon from a CGI , Michael Kay | Thread | RE: [xsl] Applying child nodes in a, Michael Kay |
| RE: [xsl] When/How to use templates, Michael Kay | Date | RE: [xsl] Calling Saxon from a CGI , Michael Kay |
| Month |