C
csharpula csharp
Hello,
I would like to know if there is a way to validate xml file using xsd or
some other way for the following case:
Xml element represented by string value which need to be validated
against some strings domain . For example the element can be pnly one of
: "Applicatipn","User" or "None" any other value need to throw exception
in serialization stage. Is it possible?
Thank u!
I would like to know if there is a way to validate xml file using xsd or
some other way for the following case:
Xml element represented by string value which need to be validated
against some strings domain . For example the element can be pnly one of
: "Applicatipn","User" or "None" any other value need to throw exception
in serialization stage. Is it possible?
Thank u!