ChangeLog 11 KB

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