xsl-list
[Top] [All Lists]

Re: [xsl] casting sequences

2009-01-07 18:49:52
Michael Kay wrote:

for $t in tokenize() return xs:dayTimeDuration($t)

Tedious - some of us tried very hard to get a "simple mapping
operator" that would do this without needing a variable - but the
attempt floundered.

  Yes, for that kind of expressions, I always miss the ability to use
the step operator on atomic values:

    tokenize(...)/xs:dayTimeDuration(.)

  Were there any clear reason the attempt floundered?

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/






















      


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>