Re: [racket] html parser

2012-06-10 Thread Danny Yoo
On Sun, Jun 10, 2012 at 5:24 PM, prad wrote: > are there html parsers for racket? > any particular recommendations? Hi Prad, I've used Neil Van Dyke's parsers in PLaneT. Take a look at his html-parsing package: http://planet.racket-lang.org/display.ss?package=html-parsing.plt&owner=neil __

[racket] html parser

2012-06-10 Thread prad
are there html parsers for racket? any particular recommendations? -- in friendship, prad Racket Users list: http://lists.racket-lang.org/users

[racket] HTML parser

2011-12-10 Thread J Cho
To HTML parser experts, I am trying to transform a div tag in the following HTML document: (define an-html (h:read-html (open-input-string (string-append "My title" "Hello worldreplace meTesting!" "" I want replace me to read something like I am replaced. I am tryin