You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Gaurav Arya <ga...@sapient.com> on 2002/03/11 11:26:55 UTC

Location of DTD file

Hi,
I am using Xerces to parse an xml document which i get in response from an
external site. The XML has the following line:
<!DOCTYPE GSP SYSTEM "google.dtd">
I have kept the DTD file "google.dtd" in webapps\cnams\WEB-INF\classes
directory but I get an Exception saying "File "google.dtd" not found." Where
should I keep this dtd file?
Regards,
Gaurav