xsl-list
[Top] [All Lists]

Re: [xsl] Nicer way to change context-node than xsl:for-each ?

2009-12-07 10:12:48
To make it clear: push is when the nodes determine what templates will
be selected for processing -- not when just the order of processing is
not guaranteed.

When we know what template will be selected for processing, then we
have pull processing.






On Mon, Dec 7, 2009 at 7:02 AM, Andrew Welch 
<andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:

2009/12/7 Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com>:
Andrew Welch said:


Push is simply where the document order drives the processing... not
sure where modes or namespaces come into it.


Pull is when you know  exactly which template will be selected for
processing -- the order of processing is not important at all (because
as we know in an FP language order is not guaranteed (except when we
take particular measures, such as using monad-like programming) at all
-- so even with pull processing we have no guarantees about the order
of processing. Note that other FP languages do not have the topic of
push/pull -- this is exactly because they dont have the possibility of
numerous matching templates.


I think you are confusing the node list with the processing order -
its how the node list is constructed that is push vs pull, it can be
processed in any order as you know, but must be output in the same
order as that node list.






--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
I enjoy the massacre of ads. This sentence will slaughter ads without
a messy bloodbath.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--