Re: [xsl] How to access an array from a node-set variable

Subject: Re: [xsl] How to access an array from a node-set variable
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Fri, 8 Jul 2005 12:13:19 -0700 (PDT)
Maria Amuchastegui wrote:
> I have placed an array of French month names in a node-set:
>
> <xsl:variable name="FrenchMonth">

Nope, youve placed them in a result tree fragment.  Dont put them in a
variable; just use elements in the stylesheet itself, and use the
document() function to get at them.  See <URL:
http://crism.maden.org/consulting/pub/xsl/iso8601.xsl > for an example
that formats dates in English; replacing the month names should be pretty
straightforward.  (If you were to make that language-sensitive and send it
back, that would also be awesome. (-: )

~Chris
-- 
Christopher R. Maden, Principal Consultant, crism consulting
XML-SGML-HTML-DTDs-schemas-XSL-DSSSL-conversion-training-ebooks-B2B
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA

Current Thread