Re: offline dtd

2004-11-08 Thread Joe Germuska
At 1:24 PM +0100 11/8/04, Thomas Hartwig wrote: Hello, I have a problem with DTDs using in an offline environment in a webapp. Struts tries to validate several xml configurations (validator or tiles) at startup and fails if the DTDs are not found. I know I could hard code the absolute path to the

offline dtd

2004-11-08 Thread Thomas Hartwig
Hello, I have a problem with DTDs using in an offline environment in a webapp. Struts tries to validate several xml configurations (validator or tiles) at startup and fails if the DTDs are not found. I know I could hard code the absolute path to the DTD, but this is very ugly. Do you have a tip