On Sunday, 21 June 2015 18:49:45 UTC+4:30, neil wrote: > "http://www.neilvandyke.org/racket-html-parsing/" parses HTML to SXML. > From there you can use SXPath and `sxml-match` to extract the info you > want.
For some weird reason, my reply didn't show up in the thread. So here's for the record. ----- Excellent! For the record, this is how I "selected" an 'li' element with a given 'id': <code> (define html-doc (html->xexp html-as-string)) ((txpath "//li[@id='SOME-ID']") html-doc) </code> Thank you. -- 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.