Shuaib Karim
Wed, 18 May 2005 04:17:12 -0700
I use the following code :
public Document parse(URL url) throws DocumentException {
SAXReader reader = new SAXReader();
Document document = reader.read(url);
return document;
}The url is initialized to http://storm.ifs.tuwien.ac.at:8080/msgstore/
How to handle this problem. Should i use some other parser.
Thanks for your help.
Regards,
Shuaib
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ dom4j-dev mailing list dom4j-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dom4j-dev