Re: [xsl] Outer Loop and Inner Loop

Subject: Re: [xsl] Outer Loop and Inner Loop
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Fri, 2 May 2003 09:50:18 -0700
Thank you!

> Do try to avoid making random guesses at the syntax, it will take you
> months to discover the right answer that way.

Funny : )

>
> select="@*[name() = $var]"

I ended up with:
<xsl:value-of select="$outerCurrent/@*[name() = $innerFLD]"/>


Is it just me?  I try and try (guessing I suppose / but I do try to apply
what I know) and sometimes I just can't get it.  As in this last example.
Then when someone [Michael] posts the solution and I see it, I think "Duhhh,
that is obvious".

Thanks again... I can move forward now.
Karl


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


Current Thread