ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. 2005-08-01 Gert Driesen <[email protected]>
  2. * XsltArgumentList.cs: No longer sealed in .NET 2.0.
  3. * XsltException.cs: Message override is back in .NET 2.0 Beta 2.
  4. 2005-06-27 Atsushi Enomoto <[email protected]>
  5. * XsltMessageEncounteredEventArgs.cs : it seems abstract.
  6. * XsltSettings.cs : There is another .ctor().
  7. 2005-06-27 Atsushi Enomoto <[email protected]>
  8. * XsltSettings.cs,
  9. XsltMessageEncounteredEventArgs.cs,
  10. XsltMessageEncounteredEventHandler.cs : new files for net_2_0.
  11. * XsltArgumentList.cs : added 2.0 message event.
  12. 2005-04-03 Ben Maurer <[email protected]>
  13. * *.cs: Kill unmanaged xslt and the multiplexing hack.
  14. 2005-03-22 Atsushi Enomoto <[email protected]>
  15. * XslTransform.cs : commented out warned code.
  16. 2005-03-09 Atsushi Enomoto <[email protected]>
  17. * XsltContext.cs : removed GetNsm() from IStaticXsltContext and added
  18. LookupNamespace() instead.
  19. * BUGS-MS.txt : more bug info.
  20. 2005-03-04 Atsushi Enomoto <[email protected]>
  21. * BUGS-MS.txt : more bug info.
  22. 2005-02-25 Atsushi Enomoto <[email protected]>
  23. * BUGS-MS.txt : still more bug info.
  24. 2005-02-25 Atsushi Enomoto <[email protected]>
  25. * BUGS-MS.txt : more bug info.
  26. 2005-02-24 Atsushi Enomoto <[email protected]>
  27. * XslTransformImpl.cs : Load() should use argument XmlResolver to
  28. get file stream. This fixes bug #72942.
  29. * BUGS-MS.txt : more bug info.
  30. 2005-02-23 Atsushi Enomoto <[email protected]>
  31. * BUGS-MS.txt : all output_outputXXX comparison does not make sense.
  32. 2005-02-22 Atsushi Enomoto <[email protected]>
  33. * BUGS-MS.txt : explaination on the last standalone test revert.
  34. 2005-02-21 Atsushi Enomoto <[email protected]>
  35. * BUGS-MS.txt : more bug records.
  36. 2005-02-18 Atsushi Enomoto <[email protected]>
  37. * BUGS-MS.txt : more bug records.
  38. 2005-02-17 Atsushi Enomoto <[email protected]>
  39. * BUGS-MS.txt : added MS bug information.
  40. 2005-02-17 Atsushi Enomoto <[email protected]>
  41. * ManagedXslTransform.cs : no need to write XML declaration here.
  42. 2004-12-08 Atsushi Enomoto <[email protected]>
  43. * XsltException.cs, XsltCompileException.cs :
  44. added SecurityPermissionAttributes.
  45. 2004-10-09 Atsushi Enomoto <[email protected]>
  46. * XsltException.cs : Message is incorrectly regarded only after 2.0
  47. (while it *disappeared* in 2.0).
  48. 2004-08-30 Atsushi Enomoto <[email protected]>
  49. * XsltException.cs : Message property is not overriden in NET_2_0.
  50. 2004-08-30 Atsushi Enomoto <[email protected]>
  51. * XsltException.cs : added NET_2_0 constructors too.
  52. 2004-08-30 Atsushi Enomoto <[email protected]>
  53. * XsltCompileException.cs : added NET_2_0 constructors.
  54. Hide property Message under NET_2_0.
  55. 2004-05-06 Atsushi Enomoto <[email protected]>
  56. * ManagedXslTransform.cs : For Stream input, use StreamWriter for
  57. input to GenericOutputter. Passing XmlWriter causes unexpected
  58. xml declaration output.
  59. 2004-03-27 Atsushi Enomoto <[email protected]>
  60. * XsltContext.cs : Supply NameTable to base ctor().
  61. 2004-03-22 Atsushi Enomoto <[email protected]>
  62. * XsltException.cs, XsltCompileException.cs : They had used
  63. message field which were never set.
  64. 2004-01-16 Atsushi Enomoto <[email protected]>
  65. * Multiplexer.cs : Pass stream parameters as is (to handle
  66. encoding correctly). Patch by Dariusz Olszewski. Bug #52913 fixed.
  67. * ManagedXslTransform.cs : In ctor() with stream, pass encoding
  68. parameter also for managed transformer.
  69. 2004-01-15 Atsushi Enomoto <[email protected]>
  70. * ManagedXslTransform.cs : Pass TextReader's encoding for outputter.
  71. don't write start and end document.
  72. 2003-12-25 Atsushi Enomoto <[email protected]>
  73. * Multiplexer.cs : Now we use managed XSLT engine by default.
  74. Added obsolete attribute to Transform()s without xmlresolver.
  75. 2003-12-07 Atsushi Enomoto <[email protected]>
  76. * XsltException.cs, XsltCompileException.cs : Added locatable .ctor().
  77. 2003-12-05 Atsushi Enomoto <[email protected]>
  78. * Multiplexer.cs : set_XmlResolver is marked as obsolete.
  79. Added new Transform() methods introduced in .NET 1.1.
  80. CRLF and LF are desparately mixed, so adjusted to LF.
  81. * XslTransform.cs :
  82. CRLF and LF are desparately mixed, so adjusted to CRLF.
  83. 2003-12-02 Atsushi Enomoto <[email protected]>
  84. * XslTransformImpl.cs : Load(XmlReader) should pass XmlSpace.Preserve
  85. to XPathDocument.ctor().
  86. 2003-11-21 Atsushi Enomoto <[email protected]>
  87. * ManagedXslTransform.cs : Now WriteStartDocument() is moved internal to
  88. GenericOutputter.
  89. 2003-11-19 Atsushi Enomoto <[email protected]>
  90. * ManagedXslTransform.cs : Transform() should raise an error if no
  91. stylesheet was loaded.
  92. 2003-10-04 Atsushi Enomoto <[email protected]>
  93. * XslTransformImpl.cs : Load(url, resolver) now uses XPathDocument
  94. .ctor(url, xmlSpace).
  95. 2003-08-30 Oleg Tkachenko <[email protected]>
  96. * ManagedXslTransform.cs: Outputter/Emitter selection logic is moved
  97. to GenericOutputter.
  98. 2003-08-21 Gonzalo Paniagua Javier <[email protected]>
  99. * XslTransform.cs: commented out Cleanup () because of bug #47776.
  100. 2003-08-21 Gonzalo Paniagua Javier <[email protected]>
  101. * Multiplexer.cs: fixed infinite recursion bug.
  102. 2003-08-20 Ben Maurer <[email protected]>
  103. * ManagedXslTransform.cs: sync API (Oleg).
  104. 2003-08-19 Ben Maurer <[email protected]>
  105. * ManagedXslTransform.cs: sync to API changes.
  106. 2003-08-18 Ben Maurer <[email protected]>
  107. * ManagedXslTransform.cs, XslTransformImpl.cs: Add support for
  108. encoding.
  109. 2003-08-18 Ben Maurer <[email protected]>
  110. * *.cs: Support for xsl:output. (Oleg)
  111. 2003-08-17 Ben Maurer <[email protected]>
  112. * XslTransformImpl.cs: close XmlTextWriter when we create it.
  113. 2003-08-14 Atsushi Enomoto <[email protected]>
  114. * XslTransformImpl.cs, XslTransform.cs, Multiplexer.cs,
  115. ManagedXslTransform.cs : Added Evidence args introduced in .NET 1.1.
  116. 2003-08-11 Andreas Nahr <[email protected]>
  117. * XsltCompileException.cs: Fixed/ Implemented rest
  118. * XsltException.cs: Added internal constructor
  119. 2003-08-04 Ben Maurer <[email protected]>
  120. * ManagedXslTransform.cs: use the resolver given.
  121. 2003-07-30 Ben Maurer <[email protected]>
  122. * ManagedXslTransform.cs: Hold reference to CompiledStyle, not the
  123. XslTransformProcessor. Will help with thread safty.
  124. 2003-07-30 Ben Maurer <[email protected]>
  125. * ManagedXslTransform.cs: remove verbose debugging messages
  126. 2003-07-28 Ben Maurer <[email protected]>
  127. * XslTransform.cs: Use the new XslTransformImpl class
  128. * XslTransformImpl.cs: An abstract class for Xsl transforms
  129. * UnmanagedXslTransform.cs: Contains the code that was in
  130. XslTransform.cs
  131. 2003-07-27 Piers Haken <[email protected]>
  132. * XsltArgumentList.cs:
  133. fix type conversions in ValidateParam
  134. allow creating params with null namespaceUri
  135. 2003-07-05 Atsushi Enomoto <[email protected]>
  136. * XslTransform.cs : fixed WriteTree() and WriteCurrentNode() to follow
  137. the recent changes of XPathNavigator implementations.
  138. 2003-07-02 Zoltan Varga <[email protected]>
  139. * XslTransform.cs (Transform): Call xsltSaveResultToFilename instead
  140. of first reading the result into a string to conserve memory.
  141. 2003-06-30 Zoltan Varga <[email protected]>
  142. * XslTransform.cs (GetStringFromDocument): Read the result using
  143. xsltSaveResultToString, since the XML document returned by
  144. applyStylesheet is missing the output processing done due to the
  145. usage of the xsl:output directive.
  146. 2003-06-21 Atsushi Enomoto <[email protected]>
  147. * XslTransform.cs : Fixed Transform (string, string) not to call
  148. File.OpenWrite() that *appends* (not truncates) existing files.
  149. 2003-06-01 Joshua Tauberer <[email protected]>
  150. * XslTransform.cs: Cache extension object delegates
  151. between calls to Transform.
  152. 2003-05-28 Gonzalo Paniagua Javier <[email protected]>
  153. * XslTransform.cs: fixed NullReferenceExceptions after the last
  154. change (which, btw, should have included a ChangeLog entry).
  155. 2003-05-27 Joshua Tauberer <[email protected]>
  156. * XslTransform.cs: Initial support for extension objects.
  157. Known issues:
  158. -Extension method signatures must match exactly to the
  159. types of parameters that the method is called with from
  160. the stylesheet.
  161. -Node set parameters are converted to an ArrayList of
  162. strings.
  163. 2003-05-27 Ben Maurer <[email protected]>
  164. * XslTransform.cs: unsafe classes need unsafe!
  165. 2003-05-11 Gonzalo Paniagua Javier <[email protected]>
  166. * XslTransform.cs: fixed bug #42739.
  167. 2003-05-11 Gonzalo Paniagua Javier <[email protected]>
  168. * XslTransform.cs: fixed bug #42747.
  169. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  170. * XslTransform.cs: flush the writers when done. Fixes bug #42040.
  171. 2003-03-10 Alan Tam <[email protected]>
  172. * XslTransform.cs: Fixed a bug when no args is passed
  173. 2003-03-10 Alan Tam <[email protected]>
  174. * XslTransform.cs: Implemented boolean, number and string parameters.
  175. (Node Set and Node Iterator parameters and Extension Objects are left.)
  176. * XsltAttributeList.cs: Loosened access modifiers.
  177. 2003-02-20 Nick Drochak <[email protected]>
  178. * XslTransform.cs: Remove confusing and unused parameter.
  179. 2003-01-24 Gonzalo Paniagua Javier <[email protected]>
  180. * XslTransform.cs: don't free the xml document used for the style sheet.
  181. xmlFreeStylesheet already does it. Correctly close the element tag for
  182. elements that don't have children. Added a couple of checks more.
  183. 2003-01-23 Gonzalo Paniagua Javier <[email protected]>
  184. * XslTransform.cs: fixed a couple of Transform overloads and changed the
  185. library name in DllImport to make it work on windows too.
  186. 2003-01-22 Gonzalo Paniagua Javier <[email protected]>
  187. * XslTransform.cs: implemented all Load and Transform methods. It uses
  188. libxml2 and libxslt. No more temp files. It's slow and memory consuming,
  189. but, well, that's XSLT... ;-). Idea from Zdravko Tashev.
  190. Now the Xsl web control works.
  191. 2002-09-23 Duncan Mak <[email protected]>
  192. * XslTransform.cs (Laod): Implemented the simple version that
  193. takes one XPathNavigator as argument.
  194. (Save): New private method for recreating the XML in text from a
  195. XPathNavigator
  196. (WriteCurrentNode):
  197. (WriteTree): private methods for generating the text XML from the
  198. XPathNavigator tree.
  199. 2002-09-20 Duncan Mak <[email protected]>
  200. * XslTransform.cs (Load): Implemented the methods, not
  201. including the ones that deal with XPathNavigator (hopefully those
  202. will come later).
  203. (Transform): Implemented the version that saves directly to a file.
  204. (Save): New private method for recreating the XML in text from
  205. from an XmlReader
  206. We're now P/Invoking libxslt for doing XSLT work.
  207. 2002-06-23 Piers Haken <[email protected]>
  208. * XsltContext.cs: added 'PreserveWhitespace' abstract method