ChangeLog 11 KB

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