posted 17 years ago
I have an xml file to be parsed at a location outside my application.
I want to place the DTD for the file inside the application not in the directory where the xml file is dropped.
How do I do this? Where can the dtd go? APP-INF?
If Java had true garbage collection, most programs would delete themselves upon execution -- Robert Sewell