We are using iText in s webapp and we are writing the xml file on the fly.
It does not reside on the machine.
We are getting a FileNotFound Error when we try to reference the dtd kept inder the web app structure.
1. we have tried keeping it in the same source where the xml file is being generated
2. we have tried keeping it at the root of the application
3. we tried specify just the dtd name and also the url
but the program is not finding the file.
We get the error:
ExceptionConverter: java.io.FileNotFoundException: \dtd\itext.dtd (The system cannot find the path specified)
External entity not found: "<the string specified in the doctype tag>".
Please help.
Regards,
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
