public string ValidateFile(string pathToFile, IProgress progress)
 {
     // TODO: Decide how we want to do validation. For now, just make sure it is well-formed xml.
     return(XmlValidation.ValidateFile(pathToFile, progress));
 }
示例#2
0
 public string ValidateFile(string pathToFile, IProgress progress)
 {
     //todo: decide how we want to use LiftIO validation. For now, just make sure it is well-formed xml
     return(XmlValidation.ValidateFile(pathToFile, progress));
 }