> SAXBuilder builder = new SAXBuilder(); > Document doc = builder.build(in); > > I get an FileNotFoundException, because the parser tries to > find the DTD in a directory relative to > the directory, the Webserver is started from. That's why there's a build(InputStream, String) method. -jh-