El lun, 17-04-2006 a las 21:19 +0800, Gav.... escribió: > > > > > > Gavin commented on FOR-595: > > > --------------------------- > > > > > > Looking at the code it looks fixed to me. > > > > > > <title> > > > <xsl:choose> > > > <xsl:when test="@title!=''"> > > > > Are we sure this above when test works, I have not tried it yet. > > > > What about something like <xsl:when test="not(@title=''")> > > Or how about getting the brackets in the right place Gav !!! > > <xsl:when test="not(@title='')"> > > Gav...
jeje, Gav. <xsl:when test="not(@title='')"> is equal to <xsl:when test="@title! =''"> ...but maybe we should extend it like <xsl:when test="not(@title='') and @test"> ...and yeah you are right in saying: El lun, 17-04-2006 a las 13:05 +0000, Gavin (JIRA) escribió: > Looking at the code it looks fixed to me. > salu2 -- Thorsten Scherler COO Spain Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org [EMAIL PROTECTED] [EMAIL PROTECTED]