[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member