i don't know if html is compatible with sax, and digester uses sax to parse
xml. But if you try, you will know.
but i recomend that you try to use xml because the html format isn't
restrict and it's most oriented to show information.
2006/8/7, Marcos Hass W <[EMAIL PROTECTED]>:
Hi all,
I've been using digester for regular xml files and now I have a different
use case .., I need to feed a database from an .htm file.
Is it possible to use digester against a .htm file ? I mean ... a file
that
doesn't have all tags closed, for example.:
<li>
<ol>Item X
</li>
<p>This is the text I want to insert into a database
<br>
Thank you very much
Marcos