[
Lists Home |
Date Index |
Thread Index
]
Jeff Greif scripsit:
> If it's your own flavor of DOM to which XPath processing is
> applied, and the DOM can be assumed to be read-only, each node can be
> constructed to carry its index in document order, allowing a trivial sort
> after nodes were found by the Xpath processor, using the DOM implementation
> secret sauce. You could relax the read-only assumption at the cost of a
> major renumbering each time the DOM was modified.
You can also use the ancient BASIC programmer trick, and leave lots of
gaps between the index numbers, so that you can insert plenty of nodes
before you have to, er, RESEQ.
--
John Cowan <jcowan@reutershealth.com>
http://www.ccil.org/~cowan http://www.reutershealth.com
Unified Gaelic in Cyrillic script!
http://groups.yahoo.com/group/Celticonlang
|