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