50 minutes ago, Hendrik Boom wrote: > > So I ask. What tools and libraries are already there to make this > kind of task easier? Or more elaborate tasks of this kind -- > because I will run into them later. I look on the web and find > myself lost in beginner documentation. I'm looking for links to > heavier stuff.
It sounds like a good setup would be: * Use the the `html' library to parse the files into xexprs (which are simple sexpr representation for html). * Tweak the result with lots of uses of `match', which is usually very convenient for these kinds of things. (Possibly going through writing your own match patterns, if needed.) * Spit out a new file using the html library. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users