On 7/8/07, Shawn W. <[EMAIL PROTECTED]> wrote:
I don't care so much about using sxpath and pre-post-order and such. SXML's just lists. I /know/ how to manipulate lists. :)
Don't count sxpath out too early, though. :-) For its intended purpose, it is very easy to use, quite efficient, and your code tends to be pretty readable as well. For fun, here's a feed aggregator, that writes out an HTML file derived from a list of RSS URLs. The sxpath stuff fits very cleanly into this kind of code, IMO. http://fawcett.medialab.uwindsor.ca/scheme/srss.scm Graham _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
