public static FxtLog Run(XmlSchemaSet schemas, XElement trafo) { return(FxtInterpreter.Run(schemas, trafo, interpret)); }
public static FxtLog Run(XmlSchemaSet schemas, XElement trafo) { FxtLog fxtLog = FxtInterpreter.Run(schemas, trafo, new interpreter(FxtLinq2XsdInterpreter.interpret)); return(fxtLog); }