[racket] HTML Parsing of nobr tag

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Wed May 4 11:47:26 EDT 2011

Is nobr in the HTML spec? The html library only parses html. The xml
library can parse arbitrary XML.

Jay (UML alum)

2011/5/4 Sharpe, Todd E <Todd_Sharpe at student.uml.edu>:
> 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
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93



Posted on the users mailing list.