// // XmlQueryDialect.cs // // Author: // Atsushi Enomoto // #if NET_1_2 namespace System.Xml { public enum XmlQueryDialect { XPath1, XQuery } } #endif