2003-11-28 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 28 Nov 2003 01:13:15 +0000 (01:13 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 28 Nov 2003 01:13:15 +0000 (01:13 -0000)
commitfeaa393fe3aca722235d82450527815d2a5d0ce4
treebef4c709f97a0eb0c9c4e93b6bb824dbf5244111
parent3576a348b5671cf6b8423c6350ea04f971ea7a5c
2003-11-28  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>

* Expression.cs : namespace axis now traversed in reverse order, so it
  requires sorting.
* Iterator.cs : UnionIterator.Clone() was incomplete.
  NamespaceItarator() should be reverse order (special handling
  because of XPathNavigator specification).

svn path=/trunk/mcs/; revision=20565
mcs/class/System.XML/System.Xml.XPath/ChangeLog
mcs/class/System.XML/System.Xml.XPath/Expression.cs
mcs/class/System.XML/System.Xml.XPath/Iterator.cs