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