xsl-list
[Top] [All Lists]

RE: [xsl] Value of the variable

2009-11-26 03:52:11
What _exactly_ do you want returned from "a, b, <i>c</i>, <b>d</i>"?  If
people do not tell us what they want, it is difficult (and a waste of
volunteer time) to keep guessing what people are asking for.

==>Sorry ken, I can understand that. What I thought that if I get the value
in the variable then I can do it easily. I was trying to do below

<xsl:template match="p">
 <xsl:variable name="txt-with-node" select="."/>
 <a-g>
   <xsl:for-each select="tokenize($txt-with-node,', ')">
    <a><xsl:value-of select="."/></a>
  </a-z>
 </xsl:if>
</xsl:template>





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