Problem validation a XML file with a local DTD file in C?

Try adding to your DTD schema to schemas collection before the call to XmlReader.Create.

From my poking around the only way I could get it to work is not to add the schema to the XmlReader. The DTD specified in the xml document must be a valid url and the XmlReader will download it each time.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions