This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: exslt str:tokenize


>    Unfortunately, I've not been able to convert them into inline functions
> that can be called within a selection string.  I.e.
> select="str:tokenize($string,$delims)"

this will not happen with native xslt templates, though if a parser supports
this or the exslt version, then u can call it with the either the function
call or the syntax shown (eg. str:tokenize($string,$delims) )

though hopefully this sugar comes with XSLT 2.0

chow, jim fuller




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]