Ejemplo n.º 1
0
 public static FxtLog Run(XmlSchemaSet schemas, XElement trafo)
 {
     return(FxtInterpreter.Run(schemas, trafo, interpret));
 }
Ejemplo n.º 2
0
        public static FxtLog Run(XmlSchemaSet schemas, XElement trafo)
        {
            FxtLog fxtLog = FxtInterpreter.Run(schemas, trafo, new interpreter(FxtLinq2XsdInterpreter.interpret));

            return(fxtLog);
        }