2002-09-23 Duncan Mak * XslTransform.cs (Laod): Implemented the simple version that takes one XPathNavigator as argument. (Save): New private method for recreating the XML in text from a XPathNavigator (WriteCurrentNode): (WriteTree): private methods for generating the text XML from the XPathNavigator tree. 2002-09-20 Duncan Mak * XslTransform.cs (Load): Implemented the methods, not including the ones that deal with XPathNavigator (hopefully those will come later). (Transform): Implemented the version that saves directly to a file. (Save): New private method for recreating the XML in text from from an XmlReader We're now P/Invoking libxslt for doing XSLT work. 2002-06-23 Piers Haken * XsltContext.cs: added 'PreserveWhitespace' abstract method