2003-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Xsl / ChangeLog
1 2003-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * XslTransform.cs: fixed NullReferenceExceptions after the last
4         change (which, btw, should have included a ChangeLog entry).
5
6 2003-05-27  Ben Maurer <bmaurer@users.sourceforge.net>
7
8         * XslTransform.cs: unsafe classes need unsafe!
9
10 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * XslTransform.cs: fixed bug #42739.
13
14 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * XslTransform.cs: fixed bug #42747.
17
18 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * XslTransform.cs: flush the writers when done. Fixes bug #42040.
21
22 2003-03-10  Alan Tam <Tam@SiuLung.com>
23
24         * XslTransform.cs: Fixed a bug when no args is passed
25
26 2003-03-10  Alan Tam <Tam@SiuLung.com>
27
28         * XslTransform.cs: Implemented boolean, number and string parameters.
29         (Node Set and Node Iterator parameters and Extension Objects are left.)
30         * XsltAttributeList.cs: Loosened access modifiers.
31
32 2003-02-20  Nick Drochak <ndrochak@gol.com>
33
34         * XslTransform.cs: Remove confusing and unused parameter.
35
36 2003-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
37
38         * XslTransform.cs: don't free the xml document used for the style sheet.
39         xmlFreeStylesheet already does it. Correctly close the element tag for
40         elements that don't have children. Added a couple of checks more.
41
42 2003-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
43
44         * XslTransform.cs: fixed a couple of Transform overloads and changed the
45         library name in DllImport to make it work on windows too.
46
47 2003-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * XslTransform.cs: implemented all Load and Transform methods. It uses
50         libxml2 and libxslt. No more temp files. It's slow and memory consuming,
51         but, well, that's XSLT... ;-). Idea from Zdravko Tashev.
52
53         Now the Xsl web control works.
54
55 2002-09-23  Duncan Mak  <duncan@ximian.com>
56
57         * XslTransform.cs (Laod): Implemented the simple version that
58         takes one XPathNavigator as argument.
59         (Save): New private method for recreating the XML in text from a
60         XPathNavigator
61         (WriteCurrentNode):
62         (WriteTree): private methods for generating the text XML from the
63         XPathNavigator tree.
64
65 2002-09-20  Duncan Mak  <duncan@ximian.com>
66
67         * XslTransform.cs (Load): Implemented the methods, not
68         including the ones that deal with XPathNavigator (hopefully those
69         will come later).
70         (Transform): Implemented the version that saves directly to a file.
71         (Save): New private method for recreating the XML in text from
72         from an XmlReader
73
74         We're now P/Invoking libxslt for doing XSLT work.
75
76 2002-06-23  Piers Haken <piersh@friskit.com>
77         
78         * XsltContext.cs: added 'PreserveWhitespace' abstract method
79