Could not find a part of the path 'C:\MyProject\xml\command.dtd'.
-
Hi!I am putting this code in xml file:
GBPHANDLER
BP120522.1117.C00001
1357
TS
ERR123
Y
Content For Sending SMS
09899847486
Lukubut I am getting this error in the code: Could not find a part of the path 'C:\MyProject\xml\command.dtd'. Am I need to create a file with .dtd extension or what? please can someone help to resolve this.
-
Hi!I am putting this code in xml file:
GBPHANDLER
BP120522.1117.C00001
1357
TS
ERR123
Y
Content For Sending SMS
09899847486
Lukubut I am getting this error in the code: Could not find a part of the path 'C:\MyProject\xml\command.dtd'. Am I need to create a file with .dtd extension or what? please can someone help to resolve this.
-
You have told the XML reader that the schema for your XML is held in file xml/command.dtd, so you need to provide that DTD file also.
One of these days I'm going to think of a really clever signature.
-
Ohh thanks.I didn't know that it is necessary to create a separate file.It is my first time to work with dtd and xml file so...