2
0

ChangeLog 842 B

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