Re: DOMParser and Servlet

2001-07-01 Thread Darius Kowalewski
Ryuji Yokoyama wrote: > Hello All! > > I want to use Xerces 1.4 with Servlet. If I try to create a parser as > following by Servlet, DOMParser doesn't find the xml file. I am running > Servlet locally using TOMCAT 3.2. This code works if I don't use > Servlet, so I thought I had to specify the

DOMParser and Servlet

2001-06-29 Thread Ryuji Yokoyama
Hello All! I want to use Xerces 1.4 with Servlet. If I try to create a parser as following by Servlet, DOMParser doesn't find the xml file. I am running Servlet locally using TOMCAT 3.2. This code works if I don't use Servlet, so I thought I had to specify the location of file differently. Theref