Re: the joy of breaking out from procedural/imperative programming style (was: Re: [xsl] Peculiar Problem in .xsl file

Subject: Re: the joy of breaking out from procedural/imperative programming style (was: Re: [xsl] Peculiar Problem in .xsl file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Dec 2002 17:18:44 GMT

  and then you simply go:

  <xsl:value-of
     select="$monthNames/

well rather you go 
and then you simply go:

<xsl:value-of
   select="xx:node-set($monthNames)/

unless you are using tge retired XSLT 1.1 or unfinished XSLT 2.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread