|
|
Re: Parsing HTML: msg#00083
java.enhydra.xmlc
|
Subject: |
Re: Parsing HTML |
Ah, yes, of course. I forgot about the deferred parsing stuff for
this situation. That should do the job :-)
Jake
At 05:37 AM 3/25/2003 +0800, you wrote:
Hi Ben,
Please check out the tomcat examples with XMLC 2.2 Alpha 4. In the
Preview.java, you will see how to load HTML document dynamically using
XMLC's runtime. This feature is new in XMLC 2.2.
XMLC's repository is at:
http://debian-sf.objectweb.org/projects/xmlc
David
On Tuesday, Mar 25, 2003, at 04:40 Asia/Shanghai, Ben Sinclair
wrote:
Thanks for the link, I'll check it
out. Right now I'm playing with JTidy. It can parse HTML into a DOM tree
and export XHTML. It might be helpful.
At 02:26 PM 3/24/2003, you wrote:
You might be able to try something
like the code at this link..
http://www-106.ibm.com/developerworks/xml/library/x-tipboot2.html
set the DOMImplementation class to that of the html DOM implementation
class. Now things should work for you loading up plain
HTML.
Jake
--
Ben Sinclair
ben@xxxxxxxxxxxxxxx
_______________________________________________
XMLC mailing list
XMLC@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/xmlc
_______________________________________________
XMLC mailing list
XMLC@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/xmlc
| |