2002-09-16 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Sat, 21 Sep 2002 03:18:17 +0000 (03:18 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Sat, 21 Sep 2002 03:18:17 +0000 (03:18 -0000)
commit8db33b587077fc7b486310eb435c212d7f785a5a
treef09601eb0f4f9ccb26a10724f6a4a6abb1501970
parent848e0d00ed6db948ee8225a3846403fd732ac411
2002-09-16  Duncan Mak  <duncan@ximian.com>

* Uri.cs (GetObjectData):
(Uri): The key should be "AbsoluteUri", not "Uri".

2002-09-20  Duncan Mak  <duncan@ximian.com>

* 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.

svn path=/trunk/mcs/; revision=7675
mcs/class/System.XML/System.Xml.Xsl/ChangeLog
mcs/class/System.XML/System.Xml.Xsl/XslTransform.cs
mcs/class/System/System/ChangeLog
mcs/class/System/System/Uri.cs