xsl-list
[Top] [All Lists]

Re: [xsl] how to cast a sequence (e.g. strings to integers)

2012-02-29 09:32:32
Or in 3.0

<xsl:sequence select="$numbers!xs:integer(.)"/>

Was there an issue with $numbers/xs:integer(.) ?



-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
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>
--~--