ChangeLog 15 KB

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