| 123456789101112131415161718192021222324252627282930313233 |
- 2002-02-24 Duncan Mak <[email protected]>
- * XmlNodeOrder.cs: Added to CVS.
-
- * XmlQualifiedName.cs: Fixed a warning from Equals ().
- * XmlTokenizedType.cs: Added to CVS.
- * XmlUrlResolver.cs: Added to CVS with one TODO task.
- 2002-02-23 Duncan Mak <[email protected]>
- * XmlQualifiedName.cs: Fixed ToString () and added the operators
- (== and !=).
- 2002-02-23 Jason Diamond <[email protected]>
- * XmlTextReader.cs: Added support for qualified attributes.
- 2002-02-23 Jason Diamond <[email protected]>
- * XmlNamespaceManager.cs: Initial implementation.
-
- * XmlTextReader.cs: Added support for NamespaceURI property on
- elements.
- 2002-02-23 Nick Drochak <[email protected]>
- * ChangeLog: Add the change log to this directory
- * XmlQualifiedName.cs: Fixed compile errors so it would build. Still has
- MonoTODO's
|