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