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]
Other format: [Raw text]

NMTOKENS enumeration?


Is it possible to enumerate a tokenized string as an array as such:

<a value="a c b d" />

<xsl:for-each select="a">
  <xsl:for-each select="@value">
  </xsl:for-each>
</xsl:for-each>

????

thanks!


 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]