
September 26th, 2004, 03:26 PM
|
|
Contributing User
|
|
Join Date: Apr 2004
Posts: 101
Time spent in forums: 8 h 50 m 20 sec
Reputation Power: 5
|
|
|
How to create DTD from XML using DOM
Hi,
Is there a way to create a corrosponding DTD of a xml-file using DOM. I have a XML-file that's pretty huge I want to create a DTD for that XML-file using DOM. Can anyone plz. lead me how to do this. I tried to use XMLSpy to convert the XML into DTD but the resulting DTD is not correct. Is there a way to create the DTD using DOM.
Any help is really appreciated. Thanks
|