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

Re: for-each issue

Subject: Re: for-each issue
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Thu, 27 Mar 2008 13:58:48 +0530
Re:  for-each issue
On 3/27/08, Z W <mpc8250@xxxxxxxxx> wrote:
> I'm trying to create a html where I'm only interested in this
> label=Client responds.
> However I need to loop through all these rows to get other information.
> How do I loop through them and store some values into variables and at
> the same time not having XSLT complaining that
> variables undefined if these variables are put inside the for-each
> loop and made to print out outside of the for-each loop ?

This could be one of the strategy:

<xsl:variable name="x">
   <xsl:for-each ..

   </xsl:for-each>
</xsl:variable>

Another strategy could be; store something in a variable, and then
delegate to a template to do something (with passing of the variable
as a parameter).

There could be other strategies as well ...

>  Warning! A variable with no following sibling instructions has no effect
> What does this warning really imply ?

This is just a warning from the processor to indicate unreachable
code. Since such variable instructions will never be useful, it's a
good practice not to have them, or use them somehow.


-- 
Regards,
Mukul Gandhi

Current Thread
  • for-each issue
    • Z W - 27 Mar 2008 07:52:43 -0000
      • Mukul Gandhi - 27 Mar 2008 08:29:07 -0000 <=
        • Z W - 27 Mar 2008 09:55:04 -0000
          • Mukul Gandhi - 27 Mar 2008 10:32:23 -0000
          • Z W - 27 Mar 2008 10:40:23 -0000
          • Z W - 27 Mar 2008 10:53:10 -0000

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-2011 All Rights Reserved.