Method | Description | |
---|---|---|
Validate ( System.Xml.Linq.XDocument xmlDoc, string &validationErrors ) : bool |
Validates Xml against the configured schema and outs validation erros if any
|
Method | Description | |
---|---|---|
XmlValidator ( string xmlNamespace, string xsdDoc ) : System.Xml.Schema |
public Validate ( System.Xml.Linq.XDocument xmlDoc, string &validationErrors ) : bool | ||
xmlDoc | System.Xml.Linq.XDocument | |
validationErrors | string | |
return | bool |