[jdom-interest] HTML parser?

rolf.lear at algorithmics.com rolf.lear at algorithmics.com
Mon Apr 7 08:25:27 PDT 2008


SaxBuilder builder = new SAXBuilder();
Document doc = builder.build(new File("/path/to/file.xml"));
Element root = doc.getRootElement();

See the SAXBuilder documentation at:
http://www.jdom.org/docs/apidocs/index.html

Rolf


-----Original Message-----
From: jdom-interest-bounces at jdom.org
[mailto:jdom-interest-bounces at jdom.org] On Behalf Of Paul Libbrecht
Sent: Monday, April 07, 2008 9:24 AM
To: jdom-interest at jdom.org interest
Subject: [jdom-interest] HTML parser?

	
Hello list,

is there a simple set of command to invoke HTMLParser to produce me a  
JDOM tree?

thanks in advance

paul

 
--------------------------------------------------------------------------
This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates ("Algorithmics"). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.
--------------------------------------------------------------------------




More information about the jdom-interest mailing list