[Htmlparser-user] How to create a new HTML document using htmlparser
Brought to you by:
derrickoswald
|
From: Vishal M. <mon...@ho...> - 2006-03-19 02:01:44
|
Hi All,
I want to process one html file and according to the content extracted, I
have to build another HTML file from scratch. I tried hard to find out how
to implement this feature, but I couldnt succeed. If you know any online
example, please forward the link to me. If you have any sample file / sample
code / idea of how to build it, please please forward it to me. I tried some
code like
NodeList ls = new NodeList(new TableTag());
System.out.println(ls.toHtml());
but this tag renders only "TABLE" and it is not showing any end tag like
"</table>". I tried TagNode.setText("<body align=valign>hi</body>") and if I
try "toHtml" function, it shows only "<body align=valign>".
Thanks in advance,
Regards,
Vishal Monpara
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
|