Erich Rast wrote on 05/30/2017 07:08 AM:
I need a function to provide a rough textual preview (without formatting except newlines) of the content of a web page.

Writing a procedure that does what you want should be pretty easy, and then you can fine-tune it to your particular application. Recall that SXML is mostly old-school Lisp lists. The procedure is mostly just a straightforward recursive traversal of lists. (The traversal has a few modes, such as for content, and for attribute lists.)


--
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