|
next
|
Subject: Additional rule Author: Nid Lim Date: 03 Sep 2007 12:05 AM
|
Hello,
I am new to Stylus Studio and XSLT. Please help me!
For the function create new xslt file. I know that Stylus Studio support graphical interface for standard XSLT function such as concatination, ceiling and so on.
However, I am now requested to create XSLT file which is able to use a few additional functitons such as Truncate, Lookup, convert-date, conversion, get word, and so on. May I please ask whether the Stylus Studio support additional function graphically? For example, for the truncate function:
<ReferenceAddress>
<xsl:value-of select="truncator:performTruncate($javatruncator, Field4Name/text(), 30)"/>
</ReferenceAddress>
As well, for the xslt which contain Disabling Output Escaping condition; how should I deal with?
|
|
|