On 3/31/06, Tobias Bocanegra <[EMAIL PROTECTED]> wrote: > > Should I read in the above that the document order is in fact the > > order in which the child nodes are added? Is this the correct > > definition of "document order"? > yes, it is the order of nodes you get from a ".getNodes()" call. >
I know that this may look really bad from my side: but what is the order of nodes you get from getNodes() call? This is exactly the vicious circle I was mentioning in the first mail: The document order is the order in which getNodes() returns the nodes.... and getNodes() must respect the document order. If we agree that document order is the order in which the nodes where added, than this vicious circle vanishes, but otherwise it is still there. Sorry for these questions, but with all my efforts I haven't been able to give a good explanation to this and the answers so far are on the same initial confusion page I have started with :-(. ./alex -- .w( the_mindstorm )p. > -- > -----------------------------------------< [EMAIL PROTECTED] >--- > Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel > T +41 61 226 98 98, F +41 61 226 98 97 > -----------------------------------------------< http://www.day.com >--- >
