[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

A variable in the test attribute of <xsl:if> ?

Subject: A variable in the test attribute of <xsl:if> ?
From: "John Horner" <Horner.John@xxxxxxxxxx>
Date: Thu, 25 Oct 2007 13:26:44 +1000
 A variable in the test attribute of <xsl:if> ?
This may well be impossible, but I was wondering if (using MSXSL) I
could somehow use a variable in the test attribute of <xsl:if> ?

Instead of <xsl:if test="foo = 'bar'">, I would like to have "foo =
'bar'" in a variable and do this:

    <xsl:if test="$test">

Every time I search, I find mentions of the jscript dyn:evaluate
function:

 function evaluate(context, expression)
      {
         return context.nextNode().selectNodes(expression);
      }


 but that only seems to work in returning a value -- that is, I can do:

   <xsl:value-of select="dyn:evaluate(., <SOME EXPRESSION HERE> )"/>

but I can't do

    <xsl:if test="dyn:evaluate(., <SOME EXPRESSION HERE> )">

to return a boolean for whether the node matches.

Is there another function I could use?

=============================================================================
=
The information contained in this email and any attachment is confidential
and
may contain legally privileged or copyright material.   It is intended only
for
the use of the addressee(s).  If you are not the intended recipient of this
email, you are not permitted to disseminate, distribute or copy this email or
any attachments.  If you have received this message in error, please notify
the
sender immediately and delete this email from your system.  The ABC does not
represent or warrant that this transmission is secure or virus free.   Before
opening any attachment you should check for viruses.  The ABC's liability is
limited to resupplying any email and attachments
=============================================================================
=

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.