xsl-list
[Top] [All Lists]

Re: displaying selective links in ouput

2003-10-30 03:55:20


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()"/>


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



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