From: Christian C. <chu...@ya...> - 2004-09-02 00:50:42
|
Is there a way to turn on the DTD validation for the formproc xml config files? Do I need to add a DOCTYPE XML directive like the one that shows up at the top of typical web.xml files like the following? <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> What would the values be? Does the DTD have to be accessible over the web? Is there a way to do it locally? Thanks, Christian |