Re: Urgent: How do one create a HTMLDocument...- Please help

2002-06-20 Thread Andy Clark
Chitharanjan Das wrote: I have read somewhere that docuverse's parser has some functionality to create a HTMLDocument ibject from a html stream. Does Xerces have this functionality HTML documents are SGML, not XML. Which means that most of the HTML documents in existence can *not* be parsed wit

RE: Urgent: How do one create a HTMLDocument...- Please help

2002-06-20 Thread Voytenko, Dimitry
002 10:59 To: [EMAIL PROTECTED] Subject: Urgent: How do one create a HTMLDocument...- Please help I am reposting this as I did not get any response earlier... I have to parse a html page and extract information as provided by a set of xpath statements. There are 2 ways to do this. Get the Inpu

Urgent: How do one create a HTMLDocument...- Please help

2002-06-20 Thread Chitharanjan Das
EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 7:39 PM To: [EMAIL PROTECTED] Subject: Urgent: How do one create a HTMLDocument... Hello, Does anyone know hoe to initialize(or create) a HTMLDocument(org.w3c.dom.HTMLDocument) from a URL or a file. I have heard that DOcuverse's parser c

Urgent: How do one create a HTMLDocument...

2002-06-19 Thread Chitharanjan Das
Hello, Does anyone know hoe to initialize(or create) a HTMLDocument(org.w3c.dom.HTMLDocument) from a URL or a file. I have heard that DOcuverse's parser can do this, can Xerces do the same. I have seen this class in the package though ... Thanks in advance, Chiths -