ChangeLog 14 KB

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