Re: Quering attributes

Subject: Re: Quering attributes
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Mon, 13 Mar 2000 23:07:06 -0500
> <xsl:if test="[@lapp_application_amount > 10000]">

You don't say which XSL processor you are using, but you almost
certainly want to lose the square brackets.

It should work to say, e.g.:

  <xsl:if test="@lapp_application_amount > 10000">

 Steve


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


Current Thread
  • Quering attributes
    • sdemler - Tue, 14 Mar 2000 16:45:36 +1300
      • Steve Tinney - Mon, 13 Mar 2000 23:07:06 -0500 <=
      • <Possible follow-ups>
      • David_Marston - Tue, 14 Mar 2000 11:16:12 -0500
      • sdemler - Wed, 15 Mar 2000 10:36:46 +1300