xsl-list
[Top] [All Lists]

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

2009-12-07 10:02:31
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>
--~--