This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:


Jean.Ossmann@zas.admin.ch wrote:
> Hi, I am a little bit lost and couldn't find in a reasonnable time in the
> references why does the following test return true with  <mytag> -1
> </mytag>
> 
> <xsl:if test="./mytag[. &gt; '0']">

Which processor are you using? You snippet gives me false in msxml3 and 
saxon. Anyway, try to use simple form test="mytag > 0".


-- 
Oleg Tkachenko
Multiconn International, Israel


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]