Questions tagged as 'xml-schema'

0
answers

How do I read the xsd file from within my C # project

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