ChangeLog 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2007-07-02 Atsushi Enomoto <[email protected]>
  2. * DTMXPathDocumentBuilder2.cs : do not bork at non-document element
  3. in XmlReader. Fixed bug #81932.
  4. 2007-02-01 Atsushi Enomoto <[email protected]>
  5. * DTMXPathDocumentWriter2.cs : supply prefix when it was not passed.
  6. 2007-02-01 Atsushi Enomoto <[email protected]>
  7. * DTMXPathNavigator2.cs : apply r72076 to olive too.
  8. 2007-01-09 Atsushi Enomoto <[email protected]>
  9. * DTMXPathDocumentBuilder2.cs : fixed incorrect namespace node links
  10. which happened to following siblings of a node with namespaces.
  11. 2006-12-07 Atsushi Enomoto <[email protected]>
  12. * DTMXPathDocumentWriter2.cs : implemented several members that threw
  13. NotSupportedException. Unlike inside sys.xml they could be invoked.
  14. 2006-09-08 Atsushi Enomoto <[email protected]>
  15. * DTMXPathDocumentWriter2.cs : fill String.Empty for null ns in
  16. WriteStartElement() and WriteStartAttribute().
  17. 2006-08-28 Atsushi Enomoto <[email protected]>
  18. * DTMXPathDocumentWriter2.cs : use String.Empty instead of null for
  19. localName for those nodes which do not have own names.
  20. 2006-08-07 Atsushi Enomoto <[email protected]>
  21. * DTMXPathDocumentBuilder2.cs, DTMXPathNode2.cs,
  22. DTMXPathNavigator2.cs, DTMXPathDocumentWriter2.cs,
  23. DTMXPathDocument2.cs : initial import from System.XML and made
  24. required changes to implement SeekableXPathNavigator.