Click to See Complete Forum and Search --> : External DTD problem


Atul Mohan
August 16th, 2001, 09:07 AM
Bigener to xml
I have crated a simple xml page saved as say xyz.xml
and on the same folder saved the dtd of it
and refreing that dtd by system="xyz.dtd" in the xml file but phraser is unable to find the file
help

Dimple Mujoo
August 17th, 2001, 08:01 AM
Include this in your Xml file


and dtd should be like this
















make necessary changes

Elangovan
August 28th, 2001, 06:22 AM
Include the below statement in your XML File after the first line
<!DOCTYPE XXX SYSTEM "xyz.dtd">

In the above XXX stands for the DOCType for which you have created your DTD. Change it respectively and try parsing your document.

Thanks,
Elangovan O.