[racket] HTML Parsing of nobr tag
Hi,
I am a student in Fred Martin's class doing a project with HTML parsing, using the (require html) library. The website I was parsing and extracting data from had a nobr tag encasing data I needed to extract. By default the html library ignores tags it doesn't recognize, so I modified the local library to include support for this tag.
Is ignoring this tag intended behavior, or should I submit the fix as a patch?
Thanks,
Todd Sharpe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110504/ef4a1df0/attachment.html>