xsl-list
[Top] [All Lists]

RE: #Please Help: Nested conditions

2004-02-20 16:32:04
-----Original Message-----
From: Matthias Fischer

<snip />
One of the things I am starting to appreciate is that
OO language seems to extend in "space"; instead, my mind was set to
understand language -- artificial and natural language -- as something
that happens in time.

Am I on the right track?


I think you are, if what you're referring to is 'sequential occurrence of
events'.

An xsl:apply-templates can be seen as 'grabbing the nodes specified in the
select attribute and pushing them through their corresponding templates',
the different templates will 'process' the selected nodes according to the
specified mode and the closest matching pattern/highest priority.

But all that different processing need not necessarily take place in a
specific order, as long as it produces the intended output, all is ok.


Cheers,

Andreas


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



<Prev in Thread] Current Thread [Next in Thread>