Mark Lundquist wrote:

On Aug 19, 2005, at 5:58 AM, Mark Lundquist wrote:

How about

    <xsl:for-each select="fn:tokenize (ex:message, '&#10;')">

Oops, I went off half-cocked... you need something that will still work for Xalan, huh? Never mind...
—ml—

Maybe one can use function-available http://www.w3.org/TR/xslt#function-function-available to test if fn:tokenize or str:split exists.

/Daniel


Reply via email to