RE: Why wont this work?

Subject: RE: Why wont this work?
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 7 Apr 2000 09:33:50 +0200
> how do I get ALL my attribute values into , say an array?

<xsl:template match="s:AttributeType">
<xsl:for-each select="@*">
	<xsl:value-of select="."/>
</xsl:for-each>
</xsl:template>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread