2003-08-19 Ben Maurer <bmaurer@users.sourceforge.net>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
1 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
2
3         * Outputter.cs, TextOutputter.cs, XmlOutputter.cs: Implement some
4         of the abstract methods in Outputter, making them call other
5         functions with default values, remove impl's in derived classes.
6
7 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
8
9         * Outputter.cs: s/Close/Done
10         * TextOutputter.cs, XmlOutputter.cs: Flush, don't close the backing.
11         * XslTransformProcessor.cs: Flush output when popping, pop at end.
12
13 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
14
15         * Outputter.cs: Add support for namespaces.
16
17 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
18
19         * Compiler.cs, XslOutput.cs, XslStylesheet.cs,
20         XslTransformProcessor.cs: move output logic from XslStylesheet to
21         Compiler.
22
23 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
24
25         * XslOutput.cs: add support for encoding.
26
27 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
28
29         * *.cs: Support for xsl:output. (Oleg)
30
31 2003-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
32
33         * Compiler.cs: handle extension and excluded namespaces.
34
35 2003-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
36
37         * XsltCompiledContext.cs, Compiler.cs: copy the XPathNavigator
38         from the stylesheet for correct namespace resolution.
39
40 2003-08-14 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
41
42         * Compiler.cs : 1) Changed public .ctor() to receive Evidence argument 
43           introduced in .NET 1.1. 2) XmlResolver object is required for 'res'.
44
45 2003-08-07 Ben Maurer  <bmaurer@users.sourceforge.net>
46
47         * XslTransformProcessor.cs: Add a table to detect when an object
48         is busy.
49         * XslAttributeSet.cs: Use the above table. Dont throw nullref
50         exception when no use-attribute-sets are specified.
51
52 2003-08-04 Ben Maurer  <bmaurer@users.sourceforge.net>
53
54         * Compiler.cs: Add support for boolean attributes (yes/no).
55
56 2003-08-04 Ben Maurer  <bmaurer@users.sourceforge.net>
57
58         * Compiler.cs: Add method LocalNameOf, to get the local name of a
59         string.
60         * XslTransformProcessor.cs: Support for setting the XmlResolver.
61
62 2003-08-01 Ben Maurer  <bmaurer@users.sourceforge.net>
63
64         * Compiler.cs, XslAttributeSet.cs: Handle attribute set merging
65
66 2003-08-01 Ben Maurer  <bmaurer@users.sourceforge.net>
67
68         * XslTransformProcessor.cs: Add EvaluateNumber method.
69
70 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
71
72         * XsltCompiledContext.cs: Implement more functions.
73
74 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
75
76         * Compiler.cs: Add support for key, utility function to parse
77         QName's from the XsltContext. Store keys in the CompiledStyle, not
78         in the Stylesheet.
79         * XslKey.cs: Real implementation
80         * XslStylesheet.cs: Move the keys to CompiledStyle.
81         * XsltCompiledContext.cs: Implement the key function
82
83 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
84
85         * XsltCompiledContext.cs: Hmm, maybe I should actually *enable*
86         the functions ;-). Also wrote current ().
87
88 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
89
90         * XsltCompiledContext.cs: Remove excess conversion stuff. It is
91         done in XPath. Add stubs for XSLT functions.
92
93 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
94
95         * Compiler.cs: To resolve a variable you now need to pass the
96         processor, so that it can be passed to IsEvaluated. A local will
97         only be resolved if it has already been evaluated.
98         * XsltCompiledContext.cs: Pass along the processor.
99         
100 2003-07-30 Ben Maurer  <bmaurer@users.sourceforge.net>
101
102         * Compiler.cs, XslTemplate.cs, XslTransformProcessor.cs: Store
103         variable values in the XslTransformProcessor.
104         * XsltCompiledContext.cs: If the scope is null, don't look there!
105         * Debug.cs: New method Assert
106
107 2003-07-30 Ben Maurer  <bmaurer@users.sourceforge.net>
108
109         * Compiler.cs, XsltCompiledContext.cs: Remove verbose messages
110         * XslTransformProcessor.cs: Use strongtyped evaluation, using new
111         internal methods in XPathNavigator. Remove verbose debugging messages.
112
113 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
114
115         * Initial Checkin
116