A
avishosh
Hi,
I have a java program that reads it's settings from an .xml config
file with a refernce to a .dtd file but I want to store the .dtd in
the .jar file with the rest of the programs resources.
Anyone know how I'd write a doctype tag for this?
The .jar could be moved around on the server as could the .dtd so I
don't want to write an absolute path in the doctype declaration.
I have a java program that reads it's settings from an .xml config
file with a refernce to a .dtd file but I want to store the .dtd in
the .jar file with the rest of the programs resources.
Anyone know how I'd write a doctype tag for this?
The .jar could be moved around on the server as could the .dtd so I
don't want to write an absolute path in the doctype declaration.