Re: [xsl] displaying selective links in ouput

Subject: Re: [xsl] displaying selective links in ouput
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 30 Oct 2003 10:55:20 GMT

> 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


Current Thread