I have a problem to parse a html file into a sexpr.

I plan to use the 'HTML: Parsing Library' to do this.
But it's a little complicate to parse a html file.

So, I just want to know if there is a lib just parse a html file into a sexpr 
like the example in Tutorial.2:
'(html
     (head (title "My Blog"))
     (body (h1 "Under construction")))

Very appreciate.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to