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