using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Xml.Expression; public class Test { public static void Main() { Xex.Domain domain = new Xex.Domain (null); Xex xex = Xex.New ("xex.xml", domain); Xex.Debug = true; Console.WriteLine (xex.Eval (domain)); Console.WriteLine (domain); } }