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]

Re: Quering attributes



sdemler@tacit.co.nz asks why this if doesn't seem to work:
      <xsl:if test="[@lapp_application_amount > '10000']">

In addition to removing the square brackets, I think you should change > to
&gt;
because all your failures have a > and your success has =, which is not
confused
with tag marks.
.................David Marston


 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]