RE: Why wont this work?

Subject: RE: Why wont this work?
From: "Moazzam Ahmed" <moazzam@xxxxxxxxx>
Date: Fri, 7 Apr 2000 11:00:17 -0500
Thank you sooo much Londa. It worked. I was missing the select="."

Moazzam

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Linda van den Brink
Sent: Friday, April 07, 2000 2:34 AM
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: RE: Why wont this work?


> 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


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


Current Thread