I am trying to learn XML by reading from W3schools. I am already at the DTD chapter but I would like to try the samples there.
Thru search here at SO, I found out regarding this free tool XML editor called Greg XML Editor
My problem is that when I tried to include the Document Type Declaration at the xml file. It is saying "Validation ERROR: For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method."
I am trying to understand how DTD works but I can seem to test the concept using this tool. Any idea how to fix this and if there's another xml editor that is free that I can use to handle validation on DTD?
I havent gone thru the XSL/XSD part yet but I am betting that there is a need for an editor or parser for that also.
Thanks.
