Re: [xsl] What's your visual metaphor for XSL Transformations?

Subject: Re: [xsl] What's your visual metaphor for XSL Transformations?
From: "Rashmi Rubdi" <rashmi.sub@xxxxxxxxx>
Date: Wed, 21 Mar 2007 21:30:31 -0400
Nice post.

It would be interesting to know how a recursive template could be visualized.

A few days ago I posted a request on this list to create an HTML menu
in the form of ul , li tags recursively. I found it tough to visualize
the answer that was posted.

I used to write a lot of recursive functions in C , but have now
forgotten all about recursion since I didn't use it since school.

I plan to read this: http://en.wikipedia.org/wiki/Recursion  carefully
to remember it again, I think it is useful to know especially in XSLT.

-Rashmi

On 3/21/07, W Charlton < XSLList@xxxxxxxxxx> wrote:
>
> When working with an element or attribute I have a mental awareness of where
> I am in the "branch" with relation to the other "branches" that I am trying
> to access or manipulate.

Current Thread