- From: Christian Sennewald <Christian.Sennewald@shd-online.de>
- Date: Thu, 24 Nov 2005 10:46:06 +0100
- To: <www-dom@w3.org>
Received on Friday, 25 November 2005 05:30:05 UTC
Hy @all I have already develop a Java program which handles som xml files. At the moment I use jre 1.4 and with this jre I get no trouble parsing an xml file with DOM. Example: Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(*my Inputstream*); If I work with the jre 1.5 I get some trouble with this line of code ... I only get an empty Document Object, and I don't know why.... Can someone help me please ? Thanks Mit freundlichen Grüßen Christian Sennewald Software-Entwicklung --------------------------------------------------------------- Systemhaus Dresden Drescherhäuser 5b 01159 Dresden Tel.: +49 351 4232 233 Fax.: +49 351 4232 100 Mail: Christian.Sennewald@shd-online.de <mailto:Christian.Sennewald@shd-online.de> Url: http://www.shd-online.de <http://www.shd-online.de/>
Received on Friday, 25 November 2005 05:30:05 UTC