bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

XHTML parser doesn't handle the <img> tag #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I use XhtmlParser + EventDumpListener. 
the input is 
"<html><body><img src=\"http://xwiki.org/logo.png\" /></body></html>"

the output is 
beginDocument()
endDocument()

There is nothing about <img> event.

Original issue reported on code.google.com by daning...@gmail.com on 15 Aug 2008 at 3:39

GoogleCodeExporter commented 8 years ago

Original comment by vmas...@gmail.com on 29 Oct 2008 at 8:17

GoogleCodeExporter commented 8 years ago
Done

Original comment by vmas...@gmail.com on 29 Oct 2008 at 8:18