This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Why wont this work?



Thank you sooo much Londa. It worked. I was missing the select="."

Moazzam

-----Original Message-----
From: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Linda van den Brink
Sent: Friday, April 07, 2000 2:34 AM
To: 'xsl-list@mulberrytech.com'
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]