I'm doing xml validation from an xsd file like this:
XmlSchemaSet schemaSet = new XmlSchemaSet();
schemaSet.Add("urn:bookstore-schema", @"D:\Arquivo\VoltVarPlanning.xsd");
Validate("D:/Arquivo/Exemplo_Saida.xml", schemaSet);
But I do not w...
asked by
29.11.2017 / 16:20