I think you can parse an HTML document with Xerces.

I'm using xerces following way.

DOMParser parser = new DOMParser();
parser.setProperty("http://apache.org/xml/properties/dom/document-class-name
", "org.apache.html.dom.HTMLDocumentImpl");

-- Nam

----- Original Message -----
From: "Rub�n Ortiz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 20, 2001 5:04 PM
Subject: RE: HTML parsing


> Hi Scott!
>
> I have used sometimes the swing HTML parser. The java class is :
> javax.swing.text.html.parser.
>
> You have more information at
>
http://java.sun.com/products//jdk/1.2/docs/api/javax/swing/text/html/parser/
> class-use/Parser.html
>
> or searching on java.sun.com
>
> I hope this help you.
>
>
>
> -----Original Message-----
> From: Scott Carter [mailto:[EMAIL PROTECTED]
> Sent: lunes, 19 de febrero de 2001 21:01
> To: [EMAIL PROTECTED]
> Subject: HTML parsing
>
>
> Does anyone know if Xerces, or another utility, contains a component that
> will allow me to parse an HTML document or fragment?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> This message and any files transmitted with it are confidential and
intended
> solely for the use of the individual or entity to whom they are addressed.
> No confidentiality or privilege is waived or lost by any wrong
transmission.
> If you have received this message in error, please immediately destroy it
> and kindly notify the sender by reply email.
> You must not, directly or indirectly, use, disclose, distribute, print, or
> copy any part of this message if you are not the intended recipient.
> Opinions, conclusions and other information in this message that do not
> relate to the official business of Newknow shall be understood as neither
> given nor endorsed by it.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to