[xsl] A doubt

Subject: [xsl] A doubt
From: Bagchi Ratul <bratul@xxxxxxxx>
Date: Fri, 8 Mar 2002 04:31:26 +0100
Hi,
I was trying something out.But it didnt work.I was for-each ing thru a set
of nodes and displaying the child nodes.Now I have a requirement that while
displaying a particular child node i have to make some modification to it's
value.So I was writing 
<xsl:for-each blabla>
....
<xsl:value-of select="user:modify(@x)" >
...
</xsl:for-each>
But it did not work.Is calling a script function with a node not possible???
Regards,
Ratul. 


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


Current Thread