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

Re: xsl:if/xsl:when test

Subject: Re: xsl:if/xsl:when test
From: "Maulik Modi" <mxmodi@xxxxxxxxxxxxxxx>
Date: Thu, 22 Feb 2001 13:03:55 -0600
xsl when test multiple
Hi Philip:

I see what you are saying...however the test I need to do is to "compare"
two values from two separate documents. Also, I need to test multiple pairs
and if all the tests are true, I return the list of <URL>'s from the
original context node.  For this I need to change the context node back and
forth between two documents and "store" the test result until I am done
parsing the entire set of <NODE>.

Either I am trying to achieve too much in form of genericness...or my XML
design is flawed. I need some help with that.

Maulik.


                                                                                                                                 
                    Philip.Strube@xxxxxxxxxxxxx                                                                                  
                    t.de (Philip Strube)               To:     xsl-list@xxxxxxxxxxxxxxxxxxxxxx                                   
                    Sent by:                           cc:                                                                       
                    owner-xsl-list@xxxxxxxxxxxx        Subject:     Re:  xsl:if/xsl:when test                               
                    rytech.com                                                                                                   
                                                                                                                                 
                                                                                                                                 
                    02/22/2001 02:08 AM                                                                                          
                    Please respond to xsl-list                                                                                   
                                                                                                                                 
                                                                                                                                 




Hi Maulik,

...
> WHAT I have working:
> In the following XML, I have two <Node_path> and <Node_value> pairs in
the
> first child, and if both text are valid, it processes each <URL> under
it,
> meaning six times!
...
> Snippet XSL code:
...
>    <xsl:for-each select="$tempdoc//NODE">

do the test
...
if test is ok:
>          <xsl:for-each select="$tempdoc//URL">
>           <url><xsl:value-of select="." /></url>
>          </xsl:for-each>
>          </xsl:if>
>
>        </xsl:for-each>
You've got two nodes and three URLs. You call the inner xsl:for-each two
times and get three URLs => you get six results.

You probably want something like:
for-each NODE
  do the test
if all tests are ok
  for-each url
    do what you like

Gruß, Philip

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







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


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.