|
Subject: [xsl] "*|@*|text()" vs. "node()" From: Jörg Heinicke <joerg.heinicke@xxxxxx> Date: Thu, 04 Oct 2001 14:48:58 +0200 |
<xsl:template match="*|@*|text()">
<xsl:copy>
<xsl:apply-templates select="*|@*|text()"/>
</xsl:copy>
</xsl:template><xsl:template match="@href">
<xsl:attribute name="href">
<xsl:choose>
<!-- specifying the value -->
</xsl:choose>
</xsl:attribute>
</xsl.template>System Development VIRBUS AG Fon +49(0)341-979-7435 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] testing for existence of , Michael Kay | Thread | RE: [xsl] "*|@*|text()" vs. "node(), Corey Spitzer |
| Re: [xsl] testing for existence of , David Carlisle | Date | RE: [xsl] "*|@*|text()" vs. "node(), Corey Spitzer |
| Month |