Re: [xsl] casting sequences

Subject: Re: [xsl] casting sequences
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 7 Jan 2009 16:10:57 +0000
> If you do want to tokenize and cast, just apply the cast to teh sequence
>
>  <xsl:variable name="ds" select="for $d in tokenize(@day,'\s+') return
>  xs:dayTimeDuration($d)"/>
>
>
>
> (tokenize(//topics/@days would generate an error if it picked up two
> attributes)
>

for $d in //topics/@days/tokenize(....) return ...

is a more defensive way of writing it, but probably isn't what's wanted...






-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread