Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
1
2 Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>
3
4         * ScriptCompilerInfo.cs: avoid using a .cctor and fix precomp.
5
6 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * Debug.cs, HtmlEmitter.cs, MSXslScriptManager.cs,
9           ScriptCompilerInfo.cs, XslFunctions.cs, XslTemplate.cs
10           : Globalization. Removed unused code.
11
12 2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * XslKey.cs : Key-value search in absolute path search was 
15           insufficient.
16
17 2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * HtmlEmitter.cs : Correct URL escape implementation.
20
21 2004-06-06  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * XslTransformProcessor.cs : On document() function, close the 
24           XmlTextReader opened from uri string.
25
26 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * Compiler.cs,
29           GenericOutputter.cs : XmlNamespaceManager.LookupPrefix() allows only
30           atomized names. Fixed XPathNavigatorNsm.LookupNamespace() that 
31           should override another overload.
32
33 2004-05-25  Lluis Sanchez Gual  <lluis@ximian.com>
34
35         * ScriptCompilerInfo.cs: the name used to load the Microsoft.JScript
36           assembly should not include the .dll extension.
37
38 2004-05-20  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * Compiler.cs :
41           - CompilePattern() now throws XsltCompileException for invalid
42             pattern, and add error location support.
43           - In Compiler.TryGetFunction(), compare namespace URI, not prefix.
44             Now it returns MSXslNodeSet instance (for msxsl:node-set).
45         * Debug.cs : don't throw System.Exception.
46         * XslFunctions.cs : Added MSXslNodeSet class.
47         * XslTemplate.cs : reflected CompilePattern() change.
48         * XslTransformProcessor.cs : don't throw System.Exception.
49         * XsltCompiledContext.cs : don't throw System.Exception.
50
51 2004-05-12  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * XmlOutputter.cs,
54           XslOutput.cs,
55           XslStylesheet.cs : made classes/enums internal.
56
57 2004-04-24  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * Attribute.cs, Compiler.cs, Debug.cs, Emitter.cs, 
60           MSXslScriptCompiler.cs, Outputter.cs, XslAttributeSet.cs,
61           XslDecimalFormat.cs, XslKey.cs, XslStylesheet.cs, XslTemplate.cs,
62           XslTransformProcessor.cs : Make extra classes internal.
63
64         * XslKey.cs : It should require sorting.
65         * Debug.cs : Just avoid debug output. Only who want to output should
66           turn it on.
67
68 2004-04-24  Atsushi Enomoto  <atsushi@ximian.com>
69
70         * GenericOutputter.cs : Culture-independency fix. 
71           Replaced StringCollection to ArrayList.
72         * XslOutput.cs : Culture-independency fix.
73
74 2004-04-12  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * Compiler.cs : When BaseURI is an empty string, it should not try to
77           create Uri instance. This will fix bug #56832, but not sure.
78         * XslFunctions.cs : for XsltDocument.Resolve(), did the same.
79         * HtmlEmitter.cs : Environment.NewLine was incorrectly used (it 
80           should be the TextReader's NewLine).
81         * MSXslScriptManager.cs : Should raise an error when the prefix which
82           was specified by "implements-prefix" was not found.
83
84 2004-03-27  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * ScriptCompilerInfo.cs : #line directive now holds dummy filename
87           when BaseURI for msxsl:script node is not available. This fixes
88           bug #56070.
89           Don't output line number in the error message, when it is 0.
90
91 2004-03-27  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * Compiler.cs : Supply NameTable to base ctor() of XPathNavigatorNsm.
94
95 2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
96
97         * Compiler.cs, 
98           XslAttributeSet.cs,
99           XslFunctions,
100           XslTransformProcessor.cs :
101           Throw specific types of exceptions instead of Exception.
102         * XslFunctions.cs, XsltCompiledContext.cs :
103           added node argument for XsltExtensionFunction ctor() etc.
104
105 2004-03-22 Atsushi Enomoto <atsushi@ximian.com>
106
107         * ScriptCompilerInfo.cs : Modified compilation processing. Now it uses
108           CodeDom. Compilation error should be caught. This fixes bug #55875.
109
110 2004-03-13 Atsushi Enomoto <atsushi@ximian.com>
111
112         * XslStylesheet.cs : "version" attribute is also required for embedded
113           stylesheet.
114
115 2004-03-13 Atsushi Enomoto <atsushi@ximian.com>
116
117         * Compiler.cs,
118           XslStylesheet.cs : Reject xsl element other than stylesheet and
119           transform. Check mandatory version attribute (only for existence).
120
121 2004-03-07 Atsushi Enomoto <atsushi@ximian.com>
122
123         * MSXslScriptManager.cs : if extension namespace was not found in
124           the script, just return null. Patch by Joshua Tauberer.
125
126 2004-03-01 Atsushi Enomoto <atsushi@ximian.com>
127
128         * XslLiteralElement.cs : quick fix for ArgumentNullException which
129           was because of the combination of non-namespaced instances and
130           exclude-result-prefixes.
131
132 2004-02-17 Atsushi Enomoto <atsushi@ximian.com>
133
134         * XsltCompiledContext.cs : Extracted XslFunctions and changed namespace
135           from Mono.Xml.Xsl.Functions to Mono.Xml.Xsl.
136         * XslFunctions.cs : hereby Added.
137         * Compiler.cs : Removed deleted usingdecl.
138
139 2004-02-16 Atsushi Enomoto <atsushi@ximian.com>
140
141         * XslTransformProcessor.cs : Bugfix. Stored keys should be cleared.
142         * XslKey.cs : Added ExprKeyContainer expression type, which is 
143           designed to be matched at any level.
144         * Compiler.cs : support for ExprKeyContainer.
145
146 2004-02-16 Atsushi Enomoto <atsushi@ximian.com>
147
148         * XslKey.cs : Now it collects key and matching nodes at the first
149           evaluation time. After that, we can just get them from the table.
150         * Compiler.cs : Added KeyCompilationMode. It is used to prevent
151           prohibited key() usage in "match" and "use" attributes in xsl:key.
152           Modified accessibility of some classes.
153         * GenericOutputter.cs,
154           HtmlEmitter.cs,
155           TextEmitter.cs,
156           TextOutputter.cs,
157           XmlWriterEmitter.cs : made classes internal.
158         * XslOutput.cs : support line info for exception.
159         * XsltCompiledContext.cs : implemented CompareDocument() - so easily.
160
161 2004-02-13 Atsushi Enomoto <atsushi@ximian.com>
162
163         * XsltCompiledContext.cs : fixed the length of context info array.
164
165 2004-02-10 Atsushi Enomoto <atsushi@ximian.com>
166
167         * XsltCompiledContext.cs :
168           replaced EnumeratorIterator with ListIterator
169
170 2004-02-08 Atsushi Enomoto <atsushi@ximian.com>
171
172         * GenericOutputter.cs,
173           XslAttributeSet.cs,
174           XslStylesheet.cs,
175           XslTemplate.cs : tiny foreach elimination.
176
177 2004-01-16 Atsushi Enomoto <atsushi@ximian.com>
178
179         * XslOutput.cs : Reverted. default encoding should be utf-8.
180
181 2004-01-14  Jackson Harper <jackson@ximian.com>
182
183         * GenericOutputter.cs: Add constructors that do not take an
184         encoding to fix build.
185         
186 2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
187
188         * XmlWriterEmitter.cs : It now uses WriteProcessingInstruction() to
189           write XML declaration. It means that output supports non document
190           entity. This fixes bug #52729.
191         * Emitter.cs, TextEmitter.cs, HtmlEmitter.cs, XmlWriterEmitter.cs :
192           modified WriteStartDocument() signature to receive Encoding.
193         * GenericOutputter.cs : 
194           - Added .ctor() which receives Encoding. (It is used for TextWriter 
195             output to get actual encoding.)
196           - Added .ctor() to take an boolean argument which indicates it is
197             variable content or not. (When variable, it does not call 
198             WriteStartDocument().)
199         * XslKey.cs,
200           XsltCompiledContext.cs : comment out WriteLine().
201         * XslOutput.cs : set default encoding utf-16.
202
203 2004-01-08  Nick Drochak <ndrochak@ieee.org>
204
205         * XsltCompiledContext.cs: Remove unused variable and unreachable code.
206
207 2003-12-26 Atsushi Enomoto <atsushi@ximian.com>
208
209         * XslDecimalFormat.cs : implemented format-number() other than number
210           grouping.
211         * XsltCompiledContext.cs : Modified XsltFormatNumber.Evaluate() to
212           catch ArgumentException which will be thrown by formatting process.
213
214 2003-12-23 Atsushi Enomoto <atsushi@ximian.com>
215
216         * ScriptCompilerInfo.cs : Use "mjs" as JScript compiler.
217
218 2003-12-20 Ben Maurer  <bmaurer@users.sourceforge.net>
219
220         * XsltCompiledContext.cs: Remove workaround now that monodoc
221         is fixed.
222
223 2003-12-20 Atsushi Enomoto <atsushi@ximian.com>
224
225         * XslStylesheet.cs : considering xsl:imports, we can't handle namespace
226           aliases at compilation time, so evaluate at the first run-time.
227
228 2003-12-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
229
230         * GenericOutputter.cs : support for runtime-determined output type.
231         * HtmlEmitter.cs : Fixed invalid doctype output.
232           Fixed incorrect double attribute output on non-HTML elements.
233           Improved indentation. Fixed "selected" attribute output.
234           Don't have to convert "'" to "&apos;".
235         * XmlWriterEmitter.cs : Now don't output incorrect doctype.
236           Escapes CDATA section text "]]>" to "...]]]]><![CDATA[>..." .
237         * XslStylesheet.cs, XsltCompiledContext.cs :
238           space resolution consideration for import and wildcard.
239
240 2003-12-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
241
242         * Compiler.cs, XslTransformProcessor.cs :
243           Use XmlValidatingReader to support id() for external stylesheets.
244         * XslKey.cs, XsltCompiledContext.cs :
245           to evaluate MatchPattern and UsePattern, SetContext() is required.
246         * XslTemplate.cs : Forgot to commit. Change is below(12/16).
247
248 2003-12-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
249
250         * Emitter.cs, HtmlEmitter.cs, XmlWriterEmitter.cs :
251           Added WriteWhitespace().
252         * GenericOutputter.cs, XslTemplate.cs : Call above.
253         * XslTransformProcessor.cs : Changed NodesetStack to ArrayList since
254           CurrentNode in for-each context have to be pulled at evaluation.
255
256 2003-12-16 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
257
258         * XsltCompiledContext.cs : Temporarily allow incorrectly resolved
259           function for bugzilla #52144. It should be reverted soon.
260
261 2003-12-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
262
263         * ScriptCompilerInfo.cs : SecurityManager.ResolvePolicy() was not 
264           implemented yet.
265         * MSMslScriptManager.cs : modified generated assembly class to be unique
266           through running AppDomain.
267         * XsltCompiledContext.cs : XsltExtensionFunction.Invoke() has to cast
268           arguments to actual argument types. Bugzilla #51450 should be fixed.
269
270 2003-12-12 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
271
272         * HtmlEmitter.cs : Fixed incorrect character entity output.
273
274 2003-12-11 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
275
276         * Added ScriptCompilerInfo.cs.
277         * MSXslScriptManager.cs : Fixed *true* author's name.
278           Implemented basic msxsl:script support.
279         * Compiler.cs : Added Evidence member.
280
281 2003-12-07 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
282
283         * Compiler.cs : Check stylesheet recursion. Check decimal-format name.
284         * GenericOutputter.cs, Outputter.cs, TextOutputter.cs :
285           Added WriteWhitespace() to assure not writing whitespaces as cdata.
286         * XslAttributeSet.cs : Error check if attribute-set contains other than
287           xsl:attribute.  Error should be XsltException.
288         * XslDecimalFormat.cs : Complete equality check.  Allow just one
289           character value for some attributes.
290         * XslStylesheet.cs : Made whitespace control setting overridable.
291           Added Version property (for the future compatibility mode).
292           Check unrecongnized top level element.
293         * XslTemplate.cs : Check priority as a number.
294         * XslTransformProcessor.cs : PushCDataState is now PushElementState, 
295           for xsl:preserve-space and xsl:strip-space support.
296         * XsltCompiledContext.cs : Implemented PreserveWhitespace() (far from
297           incomplete), PushScope and Pop
298
299 2003-12-03 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
300
301         * HtmlEmitter.cs : CloseStartElement is needed almost everywhere.
302
303 2003-12-02 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
304
305         * Compiler.cs : In FromListString(), it should use default ns,
306           not unqualified one.
307         * GenericOutputter.cs : CheckState() - attribute's Prefix should take
308           precedence.  Doctype should be written even if SYSTEM id is absent.
309           Fixed possible multiple xmlns output.
310         * HtmlEmitter.cs :
311           - Encoding output using META element.
312           - Doctype name is fixed (html).
313           - Double quotation on PUBLIC and SYSTEM missing.
314           - Fixed incorrect tag name check for IMG.
315           - '>' should not be escaped.
316         * XmlWriterEmitter.cs :
317           Added newline before doctype.  In WriteComment(), "--" and tail
318           '-' are not allowed (it escapes, while XmlWriter simply rejects).
319         * XslTransformProcessor.cs : cdata-section-elements should enclose
320           direct child tests only.   Added PreserveWhitespace() (incomplete).
321         * XsltCompiledContext.cs : Implemented PreserveWhitespace() (incomplete).
322
323 2003-11-28 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
324
325         * IdPattern.cs : This should work against multiple ids.
326
327 2003-11-27 Ben Maurer  <bmaurer@users.sourceforge.net>
328
329         * Compiler.cs
330         * MSXslScriptManager.cs
331         * XslStylesheet.cs
332         * XslTransformProcessor.cs
333         * XsltCompiledContext.cs: Some work on msxsl script.
334
335 2003-11-24 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
336
337         (in general: cdata-section-elements support, correct document() 
338         base uri handling, and so on)
339         * Compiler.cs : Use XmlSpace.Preserve to parse included stylesheet.
340           And move to document element.  Added XslNameUtil.FromListString().
341         * Emitter.cs, HtmlEmitter.cs, TextEmitter.cs XmlWriterEmitter.cs :
342           Added WriteCDataSection().
343         * Outputter.cs, GenericOutputter.cs, TextOutputter.cs :
344           Added InsideCDataSection.
345         * GenericOutputter.cs :
346           In .ctor(), WriteState should be succeeded from output XmlWriter.
347           WriteNamespaceDecl() now drops declaration identical to existing one.
348           Removed obsolete htmlEmulation.
349         * XslOutput.cs : Added CDataSectionElements support.
350         * XslStylesheet.cs : Added BaseUri, StyleDocument and PrefixInEffect().
351         * XslTransformProcessor.cs :
352           Added Output and CurrentOutputUri. TryStylesheetNamespaceOutput()
353           now considers xsl:exclude-element-prefixes on literal element.
354           Added PushCDataState() and PopCDataState().
355         * XsltCompiledContext.cs : When base uri of document() target is empty,
356           then it should use stylesheet's BaseURI, not that of current document.
357
358 2003-11-21 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
359
360         * Compiler.cs : Modified decimal-format comparison code.
361         * Outputter.cs,
362           TextOutputter.cs,
363           GenericOutputter.cs : Added WriteState. Now WriteStartDocument() will
364           be called only when required. 
365         * HtmlEmitter.cs : Improved indentation stuff.
366         * XslDecimalFormat.cs : Added incomplete implementation of 
367           CheckSameAs() and FormatNumber().
368         * XslStylesheet.cs,
369           XslTransformProcessor.cs : Changed XslStylesheet.StylesheetNamespaces
370           from StringDictionary to ArrayList of QName (to keep order).
371
372 2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
373
374         * XsltCompiledContext.cs : XsltGenerateId.Evaluate() should consider
375           node type (i.e. attribute and namespace). Removed extraneous Clone().
376           Fixed XsltKey.Evaluate() to use MoveToNextAttribute to iterate attrs.
377
378 2003-11-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
379
380         * Compiler.cs : Changed Keys from ArrayList to Hashtable.
381           XslStylesheet.cs : Added Keys support here.
382         * XslTransformProcessor.cs : Should call SetContext() to expressions
383           before evaluating current nodes.
384         * XsltCompiledContext.cs : 1) XsltDocument.GetDocument() should use
385           xsltContext. 2) XsltKey exposes KeyName, Field and NamespaceManager
386           for KeyPattern. It now uses CompiledStyle.FindKeys().
387
388 2003-11-13 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
389
390         * GenericOutputter.cs : Added HTML output support. Closer xmlns handling
391           to Xalan tests and MS.NET implementation (only for test convenience).
392         * XslOutput.cs : Indent holds string rathen than bool. Its default value
393           varies in the context. When method="html", then default is "yes".
394         * XslTransformProcessor.cs : Extension element prefixes should not 
395           be written as stylesheet namespaces.
396         * XsltCompiledContext.cs : Return type of generate-id() is string.
397           Implemented unparsed-entity-uri().
398
399 2003-11-02 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
400
401         * Compiler.cs : More complete attribute set gathering.
402           GetNamespacesToCopy() should only return Local namespaces.
403         * GenericOutputter.cs : Added support for indentation.
404           Added easy hack for html output.
405           More correct Prefix handling (considers already defined ones).
406           Namespace emmission is moved to CheckState().
407         * Emitter.cs, XmlWriterEmitter.cs, GenericOutputter.cs, Outputter.cs :
408           Added WriteFullEndElement(). (i.e. IsEmptyElement support)
409         * GenericOutputter.cs, Outputter.cs :
410           Added CanProcessAttributes property for 
411           use-attribute-sets of xsl:copy.
412         * XslStylesheet.cs : Added support for stylesheet-defined xmlns decls.
413           Added support for exclude-result-prefixes.
414         * XslTransformProcessor.cs : Added support for stylesheet-defined xmlns.
415
416 2003-10-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
417
418         * Compiler.cs : It is not important, but attribute order became closer
419           to MS.NET and Xalan (assuming from OASIS tests).
420
421 2003-10-30 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
422
423         * GenericOutputter.cs : Attribute wasn't overwritten its properties
424           because Attribute is struct it was let to another local variable.
425
426 2003-09-28 Ben Maurer  <bmaurer@users.sourceforge.net>
427
428         * GenericOutputter.cs: make html output a warning, because doing
429         xml will be right most of the time.
430
431 2003-09-28 Ben Maurer  <bmaurer@users.sourceforge.net>
432
433         * Debug.cs: comment out {Enter, Exit}Navigator. Haven't had bugs
434         here for a long time and it hurts thread safty and memory
435         allocation.
436
437 2003-09-21 Ben Maurer  <bmaurer@users.sourceforge.net>
438
439         * Compiler.cs: save the parser (will reduce memory allocation when
440         Jackson's jay patch is committed).
441
442 2003-09-20 Ben Maurer  <bmaurer@users.sourceforge.net>
443
444         * Attribute.cs: Change to struct. Remove QName class.
445         * GenericOutputter.cs: use an Attribute [] rather than an
446         ArrayList. Allows us not to allocate Attributes, which is great
447         for speed. Roll our own allocation.
448
449 2003-09-20 Ben Maurer  <bmaurer@users.sourceforge.net>
450
451         * Compiler.cs: add GetNsm to main class as well.
452
453 2003-09-20 Ben Maurer  <bmaurer@users.sourceforge.net>
454
455         * Compiler.cs (ParseAvtAttribute): Get the attribue using our
456         internal version so we get null if the attr doesnt exist.
457
458 2003-09-17 Ben Maurer  <bmaurer@users.sourceforge.net>
459
460         * Compiler.cs (IStaticXsltContext.TryGetVariable): handle the case
461         where curVarScope == null
462
463 2003-09-16 Ben Maurer  <bmaurer@users.sourceforge.net>
464
465         * Compiler.cs: 
466         - Better handling of empty attributes (vs not being specified)
467         - Bug in handling #default
468         
469 2003-09-15 Ben Maurer  <bmaurer@users.sourceforge.net>
470
471         * Compiler.cs: Off by one when parsing localname of QName 
472         * XslAttributeSet.cs: must evaluate used attr sets *BEFORE*
473         children (so that they get overriden)
474
475 2003-09-15 Ben Maurer  <bmaurer@users.sourceforge.net>
476
477         * GenericOutputter.cs: Output attributes in order recieved; not
478         required by spec, but useful for running test cases.
479
480 2003-09-14 Oleg Tkachenko <oleg@tkachenko.com>
481
482         * GenericOutputter.cs - fix bug with outputting state.
483         * Emitter.cs, TextEmitter.cs, XmlWriterEmitter.cs, Outputter.cs, 
484         * TextOutputter.cs - get rid of WriteStartAttribute/WriteEndAttribute.  
485
486 2003-09-13 Ben Maurer  <bmaurer@users.sourceforge.net>
487
488         * Compiler.cs, XslKey.cs, XslTransformProcessor.cs: dont clone
489         exprs on use, pass to nav.
490
491 2003-09-13 Ben Maurer  <bmaurer@users.sourceforge.net>
492
493         * Compiler.cs: pass satic context to Pattern ctor.
494
495 2003-08-30 Oleg Tkachenko <oleg@tkachenko.com>
496
497         * New files: 
498         GenericOutputter.cs - generic Outputter implementation,
499         Attribute.cs - represents outputted attribute,
500         Emitter.cs - abstract output emitter,
501         TextEmitter.cs - text emitter,
502         XmlWriterEmitter.cs - emitter to XmlWriter.
503         * Checking of duplicating attributes is done in GenericOutputter.
504         * Namespace outputting logic is implemented in GenericOutputter.
505         * Outputter.cs: Writing namespace declarations is delegated to 
506         derived classes (GenericOutputter).
507         * XslOutput.cs: standalone flag is now 3-value enum (NONE, YES, NO).                    
508          
509 2003-08-21 Ben Maurer  <bmaurer@users.sourceforge.net>
510
511         * XslTransformProcessor.cs: evaluate variables at beginning
512         when / is current node.
513
514 2003-08-21 Ben Maurer  <bmaurer@users.sourceforge.net>
515
516         * Compiler.cs, XsltCompiledContext.cs, XslTransformProcessorcs:
517         Fix up namespace handeling
518
519 2003-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
520
521         * Compiler.cs, XslStylesheet.cs, XsltCompiledContext.cs: Stubs for
522         format-number.
523         * XslDecimalFormat.cs: Stub for decimal-format.
524
525 2003-08-20 Ben Maurer  <bmaurer@users.sourceforge.net>
526
527         * TextOutputter.cs: Add option to ignore element content (Oleg).
528
529 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
530
531         * Compiler.cs: Really give null for blank avt's
532
533 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
534
535         * Compiler.cs: Fixed lre/lre04.
536
537 2003-08-19 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
538
539         * Compiler.cs : Fixed XslNameUtil.FromString() so that unprefixed name
540           won't have default namespace. See http://www.w3.org/TR/xslt#qname
541
542 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
543
544         * XslTransformProcessor.cs: add support for resolving documents.
545         * XsltCompiledContext: add support for document () function.
546
547 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
548
549         * Outputter.cs, TextOutputter.cs, XmlOutputter.cs: Implement some
550         of the abstract methods in Outputter, making them call other
551         functions with default values, remove impl's in derived classes.
552
553 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
554
555         * Outputter.cs: s/Close/Done
556         * TextOutputter.cs, XmlOutputter.cs: Flush, don't close the backing.
557         * XslTransformProcessor.cs: Flush output when popping, pop at end.
558
559 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
560
561         * Outputter.cs: Add support for namespaces.
562
563 2003-08-19 Ben Maurer  <bmaurer@users.sourceforge.net>
564
565         * Compiler.cs, XslOutput.cs, XslStylesheet.cs,
566         XslTransformProcessor.cs: move output logic from XslStylesheet to
567         Compiler.
568
569 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
570
571         * XslOutput.cs: add support for encoding.
572
573 2003-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
574
575         * *.cs: Support for xsl:output. (Oleg)
576
577 2003-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
578
579         * Compiler.cs: handle extension and excluded namespaces.
580
581 2003-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
582
583         * XsltCompiledContext.cs, Compiler.cs: copy the XPathNavigator
584         from the stylesheet for correct namespace resolution.
585
586 2003-08-14 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
587
588         * Compiler.cs : 1) Changed public .ctor() to receive Evidence argument 
589           introduced in .NET 1.1. 2) XmlResolver object is required for 'res'.
590
591 2003-08-07 Ben Maurer  <bmaurer@users.sourceforge.net>
592
593         * XslTransformProcessor.cs: Add a table to detect when an object
594         is busy.
595         * XslAttributeSet.cs: Use the above table. Dont throw nullref
596         exception when no use-attribute-sets are specified.
597
598 2003-08-04 Ben Maurer  <bmaurer@users.sourceforge.net>
599
600         * Compiler.cs: Add support for boolean attributes (yes/no).
601
602 2003-08-04 Ben Maurer  <bmaurer@users.sourceforge.net>
603
604         * Compiler.cs: Add method LocalNameOf, to get the local name of a
605         string.
606         * XslTransformProcessor.cs: Support for setting the XmlResolver.
607
608 2003-08-01 Ben Maurer  <bmaurer@users.sourceforge.net>
609
610         * Compiler.cs, XslAttributeSet.cs: Handle attribute set merging
611
612 2003-08-01 Ben Maurer  <bmaurer@users.sourceforge.net>
613
614         * XslTransformProcessor.cs: Add EvaluateNumber method.
615
616 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
617
618         * XsltCompiledContext.cs: Implement more functions.
619
620 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
621
622         * Compiler.cs: Add support for key, utility function to parse
623         QName's from the XsltContext. Store keys in the CompiledStyle, not
624         in the Stylesheet.
625         * XslKey.cs: Real implementation
626         * XslStylesheet.cs: Move the keys to CompiledStyle.
627         * XsltCompiledContext.cs: Implement the key function
628
629 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
630
631         * XsltCompiledContext.cs: Hmm, maybe I should actually *enable*
632         the functions ;-). Also wrote current ().
633
634 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
635
636         * XsltCompiledContext.cs: Remove excess conversion stuff. It is
637         done in XPath. Add stubs for XSLT functions.
638
639 2003-07-31 Ben Maurer  <bmaurer@users.sourceforge.net>
640
641         * Compiler.cs: To resolve a variable you now need to pass the
642         processor, so that it can be passed to IsEvaluated. A local will
643         only be resolved if it has already been evaluated.
644         * XsltCompiledContext.cs: Pass along the processor.
645         
646 2003-07-30 Ben Maurer  <bmaurer@users.sourceforge.net>
647
648         * Compiler.cs, XslTemplate.cs, XslTransformProcessor.cs: Store
649         variable values in the XslTransformProcessor.
650         * XsltCompiledContext.cs: If the scope is null, don't look there!
651         * Debug.cs: New method Assert
652
653 2003-07-30 Ben Maurer  <bmaurer@users.sourceforge.net>
654
655         * Compiler.cs, XsltCompiledContext.cs: Remove verbose messages
656         * XslTransformProcessor.cs: Use strongtyped evaluation, using new
657         internal methods in XPathNavigator. Remove verbose debugging messages.
658
659 2003-07-29 Ben Maurer  <bmaurer@users.sourceforge.net>
660
661         * Initial Checkin
662