xsl-list
[Top] [All Lists]

RE: displaying selective links in ouput

2003-10-30 05:34:46
Id it possible to loop round the letter sof the alphabet??
a-z

<xsl:stylesheet xmlns:x="wibble"....

<x:alphabet >
<x:A/><x:B/>....<x:Z/>
</x:alphabet>

<xsl:for-each select="document('')/*/x:alphabet/*">
  <xsl:value-of select="local-name()"/>

Or in 2.0

<xsl:for-each select="65 to 90">
  <xsl:variable name="letter" select="unicode-to-string(.)"/>

Michael Kay


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



<Prev in Thread] Current Thread [Next in Thread>