2003-09-16 Ben Maurer <bmaurer@users.sourceforge.net>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
1 2003-09-16 Ben Maurer  <bmaurer@users.sourceforge.net>
2
3         * Compiler.cs: 
4         - Better handling of empty attributes (vs not being specified)
5         - Bug in handling #default
6         
7 2003-09-15 Ben Maurer  <bmaurer@users.sourceforge.net>
8
9         * Compiler.cs: Off by one when parsing localname of QName 
10         * XslAttributeSet.cs: must evaluate used attr sets *BEFORE*
11         children (so that they get overriden)
12
13 2003-09-15 Ben Maurer  <bmaurer@users.sourceforge.net>
14
15         * GenericOutputter.cs: Output attributes in order recieved; not
16         required by spec, but useful for running test cases.
17
18 2003-09-14 Oleg Tkachenko <oleg@tkachenko.com>
19
20         * GenericOutputter.cs - fix bug with outputting state.
21         * Emitter.cs, TextEmitter.cs, XmlWriterEmitter.cs, Outputter.cs, 
22         * TextOutputter.cs - get rid of WriteStartAttribute/WriteEndAttribute.  
23
24 2003-09-13 Ben Maurer  <bmaurer@users.sourceforge.net>
25
26         * Compiler.cs, XslKey.cs, XslTransformProcessor.cs: dont clone
27         exprs on use, pass to nav.
28
29 2003-09-13 Ben Maurer  <bmaurer@users.sourceforge.net>
30
31         * Compiler.cs: pass satic context to Pattern ctor.
32
33 2003-08-30 Oleg Tkachenko <oleg@tkachenko.com>
34
35         * New files: 
36         GenericOutputter.cs - generic Outputter implementation,
37         Attribute.cs - represents outputted attribute,
38         Emitter.cs - abstract output emitter,
39         TextEmitter.cs - text emitter,
40         XmlWriterEmitter.cs - emitter to XmlWriter.
41         * Checking of duplicating attributes is done in GenericOutputter.
42         * Namespace outputting logic is implemented in GenericOutputter.
43         * Outputter.cs: Writing namespace declarations is delegated to 
44         derived classes (GenericOutputter).
45         * XslOutput.cs: standalone flag is now 3-value enum (NONE, YES, NO).                    
46          
47 2003-08-21 Ben Maurer  <bmaurer@users.sourceforge.net>
48
49         * XslTransformProcessor.cs: evaluate variables at beginning
50         when / is current node.
51
52 2003-08-21 Ben Maurer  <bmaurer@users.sourceforge.net>
53
54         * Compiler.cs, XsltCompiledContext.cs, XslTransformProcessorcs:
55         Fix up namespace handeling
56
57 2003-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
58
59         * Compiler.cs, XslStylesheet.cs, XsltCompiledContext.cs: Stubs for
60         format-number.
61         * XslDecimalFormat.cs: Stub for decimal-format.
62
63 2003-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
64
65         * TextOutputter.cs: Add option to ignore element content (Oleg).
66
67 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
68
69         * Compiler.cs: Really give null for blank avt's
70
71 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
72
73         * Compiler.cs: Fixed lre/lre04.
74
75 2003-08-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
76
77         * Compiler.cs : Fixed XslNameUtil.FromString() so that unprefixed name
78           won't have default namespace. See http://www.w3.org/TR/xslt#qname
79
80 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
81
82         * XslTransformProcessor.cs: add support for resolving documents.
83         * XsltCompiledContext: add support for document () function.
84
85 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
86
87         * Outputter.cs, TextOutputter.cs, XmlOutputter.cs: Implement some
88         of the abstract methods in Outputter, making them call other
89         functions with default values, remove impl's in derived classes.
90
91 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
92
93         * Outputter.cs: s/Close/Done
94         * TextOutputter.cs, XmlOutputter.cs: Flush, don't close the backing.
95         * XslTransformProcessor.cs: Flush output when popping, pop at end.
96
97 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
98
99         * Outputter.cs: Add support for namespaces.
100
101 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
102
103         * Compiler.cs, XslOutput.cs, XslStylesheet.cs,
104         XslTransformProcessor.cs: move output logic from XslStylesheet to
105         Compiler.
106
107 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
108
109         * XslOutput.cs: add support for encoding.
110
111 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
112
113         * *.cs: Support for xsl:output. (Oleg)
114
115 2003-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
116
117         * Compiler.cs: handle extension and excluded namespaces.
118
119 2003-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
120
121         * XsltCompiledContext.cs, Compiler.cs: copy the XPathNavigator
122         from the stylesheet for correct namespace resolution.
123
124 2003-08-14 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
125
126         * Compiler.cs : 1) Changed public .ctor() to receive Evidence argument 
127           introduced in .NET 1.1. 2) XmlResolver object is required for 'res'.
128
129 2003-08-07 Ben Maurer  <bmaurer@users.sourceforge.net>
130
131         * XslTransformProcessor.cs: Add a table to detect when an object
132         is busy.
133         * XslAttributeSet.cs: Use the above table. Dont throw nullref
134         exception when no use-attribute-sets are specified.
135
136 2003-08-04 Ben Maurer  <bmaurer@users.sourceforge.net>
137
138         * Compiler.cs: Add support for boolean attributes (yes/no).
139
140 2003-08-04 Ben Maurer  <bmaurer@users.sourceforge.net>
141
142         * Compiler.cs: Add method LocalNameOf, to get the local name of a
143         string.
144         * XslTransformProcessor.cs: Support for setting the XmlResolver.
145
146 2003-08-01 Ben Maurer  <bmaurer@users.sourceforge.net>
147
148         * Compiler.cs, XslAttributeSet.cs: Handle attribute set merging
149
150 2003-08-01 Ben Maurer  <bmaurer@users.sourceforge.net>
151
152         * XslTransformProcessor.cs: Add EvaluateNumber method.
153
154 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
155
156         * XsltCompiledContext.cs: Implement more functions.
157
158 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
159
160         * Compiler.cs: Add support for key, utility function to parse
161         QName's from the XsltContext. Store keys in the CompiledStyle, not
162         in the Stylesheet.
163         * XslKey.cs: Real implementation
164         * XslStylesheet.cs: Move the keys to CompiledStyle.
165         * XsltCompiledContext.cs: Implement the key function
166
167 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
168
169         * XsltCompiledContext.cs: Hmm, maybe I should actually *enable*
170         the functions ;-). Also wrote current ().
171
172 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
173
174         * XsltCompiledContext.cs: Remove excess conversion stuff. It is
175         done in XPath. Add stubs for XSLT functions.
176
177 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
178
179         * Compiler.cs: To resolve a variable you now need to pass the
180         processor, so that it can be passed to IsEvaluated. A local will
181         only be resolved if it has already been evaluated.
182         * XsltCompiledContext.cs: Pass along the processor.
183         
184 2003-07-30 Ben Maurer  <bmaurer@users.sourceforge.net>
185
186         * Compiler.cs, XslTemplate.cs, XslTransformProcessor.cs: Store
187         variable values in the XslTransformProcessor.
188         * XsltCompiledContext.cs: If the scope is null, don't look there!
189         * Debug.cs: New method Assert
190
191 2003-07-30 Ben Maurer  <bmaurer@users.sourceforge.net>
192
193         * Compiler.cs, XsltCompiledContext.cs: Remove verbose messages
194         * XslTransformProcessor.cs: Use strongtyped evaluation, using new
195         internal methods in XPathNavigator. Remove verbose debugging messages.
196
197 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
198
199         * Initial Checkin
200