Re: [xsl] would like to simplify my XSLT

Subject: Re: [xsl] would like to simplify my XSLT
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 29 Jan 2007 15:18:51 +0100
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

Current Thread