Re: confirm unsubscribe from tomcat-user@jakarta.apache.org

2004-09-02 Thread Jens Ansorg
) with SMTP for [EMAIL PROTECTED]; 2 Sep 2004 21:41:10 - Subject: [EMAIL PROTECTED] From: Jens Ansorg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Content-Type: text/plain Date: Thu, 02 Sep 2004 23:41:06 +0200 Message-Id: [EMAIL PROTECTED] Mime-Version: 1.0 X-Mailer: Evolution 1.5.93

[5.0.27] org.w3c.dom.Document.getElementById() not working - worked with Resin-2.11

2004-07-26 Thread Jens Ansorg
hi, I have a class that reads XHTML files and deals with them as dom document. javax.xml.parsers.DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); javax.xml.parsers.DocumentBuilder builder = factory.newDocumentBuilder(); org.w3c.dom.Document doc = builder.parse(new

Re: [5.0.27] org.w3c.dom.Document.getElementById() not working - worked with Resin-2.11

2004-07-26 Thread Jens Ansorg
yes, there is. And when the class gets called from a JSP under Resin it works ... Jens Shapira, Yoav wrote: Hi, This might be a stupid question, but are you sure there's an element whose ID is content ? Yoav Shapira Millennium Research Informatics -Original Message- From: Jens Ansorg