ChangeLog 503 B

123456789101112131415
  1. 2002-09-20 Duncan Mak <[email protected]>
  2. * XslTransform.cs (Load): Implemented the methods, not
  3. including the ones that deal with XPathNavigator (hopefully those
  4. will come later).
  5. (Transform): Implemented the version that saves directly to a file.
  6. (Save): New private method for recreating the XML in text from
  7. from an XmlReader
  8. We're now P/Invoking libxslt for doing XSLT work.
  9. 2002-06-23 Piers Haken <[email protected]>
  10. * XsltContext.cs: added 'PreserveWhitespace' abstract method