ChangeLog 726 B

12345678910111213141516171819202122
  1. 2002-03-08 Duncan Mak <[email protected]>
  2. * XPathNamespaceScope.cs:
  3. * XPathNodeType.cs:
  4. * XPathResultType.cs:
  5. * XmlDataType.cs:
  6. * XmlSortOrder.cs: Used EnumCheck and realigned elements to be compatible with MS
  7. implementation. XPathResultType is interesting as EnumCheck does
  8. not show the Navigator element, but shows the String element twice.
  9. 2002-03-08 Jason Diamond <[email protected]>
  10. * XmlDataType.cs, XmlSortOrder.cs, XPathNodeType.cs: Added files.
  11. 2002-03-06 Jason Diamond <[email protected]>
  12. * ChangeLog: Added to this directory.
  13. * XPathExpression.cs, XPathNamespaceScope.cs, XPathNodeIterator.cs,
  14. XPathResultType.cs: New files.
  15. * XPathNavigator.cs: Stubbed out all properties and methods.