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