Getting all the attribute values

Subject: Getting all the attribute values
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Fri, 7 Apr 2000 09:12:36 -0700
why my output looks like this if I run this xsl?

xsl

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

xml

<years title="year" century="20th" month="April" Day="Thursday"/>

output

Thursday20thAprilyear


why it's not extracting in the right order?


Francis


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


Current Thread