[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: The output of evaluating an XSLT transform is the
On Mon, Apr 12, 2010 at 10:37 AM, Costello, Roger L. <costello@xxxxxxxxx> wrote: > Hi Folks, > > Is this statement true or false: > > B XSLT elements that produce output can be > B evaluated in any order. > Not necessarily true. The evaluation of f(g(x)) requires that g(x) be evaluated, before f() can be evaluated. There are datatypes that (by definition) impose a particular ordering on their processing. Take a list. in order to access the Nth item one needs to get the tail of the list and then acces its N-1st item. The Nth item is the head of the N-1st tail in this processing. Also, a child cannot be born before its parents are born. Functional programming can only describe and reflect structure. Whenever this structure is sequential by nature, parallel processing isn't directly applicable. Cheers, Dimitre Novatchev
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|