Sir the dtd definition file path is to be mentioned in xml file na. in the top of xml file where i need to specify the dtd file path if i give the path as
"C:/Documents and settings/Uhdam/Prj/src/Parser/dtdefintion.dtd " it shows me error and specifies that it should be in the format as below
"/C:/Documents and settings/Uhdam/Prj/src/Parser/dtdefintion.dtd "
So when i use methodname.getA bsolutePath(); it returns an error because it wouldnt consider the / in front of drive name by default.
What to do to make the system recognize without slash in front of drive name.
"C:/Documents and settings/Uhdam/Prj/src/Parser/dtdefintion.dtd " it shows me error and specifies that it should be in the format as below
"/C:/Documents and settings/Uhdam/Prj/src/Parser/dtdefintion.dtd "
So when i use methodname.getA bsolutePath(); it returns an error because it wouldnt consider the / in front of drive name by default.
What to do to make the system recognize without slash in front of drive name.
Comment