xsl-list
[Top] [All Lists]

Re: [xsl] would like to simplify my XSLT

2007-01-29 07:20:32
Glen Mazza wrote:
<xsl:if test="not(boolean(translate($v_DocumentFound,
' ', '')))">

You are using translate(), which hints (imo) that you are using XSLT 1. Can you confirm? Or do you use XSLT 2 (this highly influences the answers you will get)?

-- Abel

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