xsl-list
[Top] [All Lists]

RE: [xsl] Value of the variable

2009-11-26 02:50:21
Is there a way by which I can get "a, b, <i>c</i>, <b>d</i>"

You need to replicate the node which is:

    <xsl:copy-of select="$txt-with-node"/>

==>Yes!! You are right. It is working fine. But I want to tokenize it and I
am using 

<xsl:for-each select="tokenize($txt-with-node, ', ')">

Which is not working. Please suggest 


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