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