|
Subject: Re: [xsl] Testing if an attribute name is in a list of names From: "Aron Bock" <aronbock@xxxxxxxxxxx> Date: Thu, 19 May 2005 13:47:09 +0000 |
That's getting closer to what I want, at least in terms of neatness. I'm just wondering if we can get rid of the nested for-each.
<xsl:template match="/">
<xsl:apply-templates select="data/rows/row"/>
</xsl:template> <xsl:template match="row">
<xsl:apply-templates select="@*[name() = $meta-col-names]"/>
<xsl:text>
</xsl:text>
</xsl:template> <xsl:template match="row/@*">
<xsl:value-of select="."/>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Testing if an attribute n, Paul A. Hoadley | Thread | Re: [xsl] Testing if an attribute n, Paul A. Hoadley |
| RE: [xsl] testing attributes, Michael Kay | Date | RE: [xsl] XSL not working in Firefo, Michael Kay |
| Month |