|
|
От: | tormoz21 | |
| Дата: | 26.12.06 10:06 | ||
| Оценка: | |||
xmlSettings.Schemas.Add("", delivPath + @"\catalog.dtd");xmlDoc.Load(xmlReader);
xmlDoc.Schemas.Add("", delivPath + @"\catalog.dtd");The XmlSchemaSet on the document is either null or has no schemas in it. Provide schema information before calling Validate.