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