// // XmlQueryDialect.cs // // Author: // Atsushi Enomoto <[email protected]> // #if NET_1_2 namespace System.Xml { public enum XmlQueryDialect { XPath1, XQuery } } #endif