Hi,
I am developing xml editor using jsp and servlet. In this case i am using DOM parser. using that i getting all the element, text, xpath form xml file with help of DTD.
Upto this it will be working, and it save back into xml file.
While save into xml file, <!DOCTYPE construct SYSTEM "c:/xmleditor/dtd/xConStruct.dtd"> this line deleted, This is my problem.please help me.
thank in advance.