ChangeLog 13 KB

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