Suggested experiment: Put a copy of the tiles DTD on your drive. Edit the XML file you were digesting to change the system id (the http url), and replace it with the path to the file on your system. If the problem goes away then it means you got a less-than-useful message disguising the real problem: the parser wasn't able to retrieve the DTD. Xerces and Crimson log messages/errors are clear when this is happening. I don't know what the Resin parser does in such situations. This might not help, but is an easy enough thing to try if you didn't want to change Resin parsers for some reason.
--- Rick Mann <[EMAIL PROTECTED]> wrote: > I upgraded the digester in our project to the latest version (1.6, > beanutils 1.7, and now when resin loads and attempts to parse our > tiles definitions file, it gets the following error (unknown > declaration `DOCTYPE'). The release notes don't say anything, and a > quick Google search didn't turn up anything particularly useful. Any > ideas? The file starts with: > > <?xml version="1.0" encoding="ISO-8859-1" ?> > <!DOCTYPE tiles-definitions PUBLIC > "-//Apache Software Foundation//DTD Tiles Configuration//EN" > "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"> > <tiles-definitions> __________________________________ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]