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

if test syntax

Subject: if test syntax
From: Tran Thanh Dinh <dinh107@xxxxxxxxx>
Date: Mon, 8 Aug 2005 10:38:51 -0700 (PDT)
test syntax
  Hi

  I want to compare a variable in query string with
value of XML tag using if-text of xsl but I can not
find out the correct syntax for it.

  Here's example of xml file:
<q>
  <o>
   <n>1</n>
   <v>first value</v>
  </o>
  <o>
   <n>2</n>
   <v>second value</v>
  </o>
</q>

  The http request is: "test.html?o=1". 
  Then the concerning part of xsl file:
<xsl:for-each select="q/o">
  <xsl:if test='?????'> <!--compare 2 values-->
    <script type="text/javascript">
      document.write('<xsl:value-of select="e/r"/>');
    </script>
  </xsl:if>
</xsl:for-each>

  I tried many different code to put into "if test"
but it doesnt work. 

  Does anyone know what I should do, please? (I want
to use if-test of xsl for the comparation)

  Thanks a lot

Dinh Tran


 



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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.