ChangeLog 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 2003-08-19 Ben Maurer <[email protected]>
  2. * ManagedXslTransform.cs: sync to API changes.
  3. 2003-08-18 Ben Maurer <[email protected]>
  4. * ManagedXslTransform.cs, XslTransformImpl.cs: Add support for
  5. encoding.
  6. 2003-08-18 Ben Maurer <[email protected]>
  7. * *.cs: Support for xsl:output. (Oleg)
  8. 2003-08-17 Ben Maurer <[email protected]>
  9. * XslTransformImpl.cs: close XmlTextWriter when we create it.
  10. 2003-08-14 Atsushi Enomoto <[email protected]>
  11. * XslTransformImpl.cs, XslTransform.cs, Multiplexer.cs,
  12. ManagedXslTransform.cs : Added Evidence args introduced in .NET 1.1.
  13. 2003-08-11 Andreas Nahr <[email protected]>
  14. * XsltCompileException.cs: Fixed/ Implemented rest
  15. * XsltException.cs: Added internal constructor
  16. 2003-08-04 Ben Maurer <[email protected]>
  17. * ManagedXslTransform.cs: use the resolver given.
  18. 2003-07-30 Ben Maurer <[email protected]>
  19. * ManagedXslTransform.cs: Hold reference to CompiledStyle, not the
  20. XslTransformProcessor. Will help with thread safty.
  21. 2003-07-30 Ben Maurer <[email protected]>
  22. * ManagedXslTransform.cs: remove verbose debugging messages
  23. 2003-07-28 Ben Maurer <[email protected]>
  24. * XslTransform.cs: Use the new XslTransformImpl class
  25. * XslTransformImpl.cs: An abstract class for Xsl transforms
  26. * UnmanagedXslTransform.cs: Contains the code that was in
  27. XslTransform.cs
  28. 2003-07-27 Piers Haken <[email protected]>
  29. * XsltArgumentList.cs:
  30. fix type conversions in ValidateParam
  31. allow creating params with null namespaceUri
  32. 2003-07-05 Atsushi Enomoto <[email protected]>
  33. * XslTransform.cs : fixed WriteTree() and WriteCurrentNode() to follow
  34. the recent changes of XPathNavigator implementations.
  35. 2003-07-02 Zoltan Varga <[email protected]>
  36. * XslTransform.cs (Transform): Call xsltSaveResultToFilename instead
  37. of first reading the result into a string to conserve memory.
  38. 2003-06-30 Zoltan Varga <[email protected]>
  39. * XslTransform.cs (GetStringFromDocument): Read the result using
  40. xsltSaveResultToString, since the XML document returned by
  41. applyStylesheet is missing the output processing done due to the
  42. usage of the xsl:output directive.
  43. 2003-06-21 Atsushi Enomoto <[email protected]>
  44. * XslTransform.cs : Fixed Transform (string, string) not to call
  45. File.OpenWrite() that *appends* (not truncates) existing files.
  46. 2003-06-01 Joshua Tauberer <[email protected]>
  47. * XslTransform.cs: Cache extension object delegates
  48. between calls to Transform.
  49. 2003-05-28 Gonzalo Paniagua Javier <[email protected]>
  50. * XslTransform.cs: fixed NullReferenceExceptions after the last
  51. change (which, btw, should have included a ChangeLog entry).
  52. 2003-05-27 Joshua Tauberer <[email protected]>
  53. * XslTransform.cs: Initial support for extension objects.
  54. Known issues:
  55. -Extension method signatures must match exactly to the
  56. types of parameters that the method is called with from
  57. the stylesheet.
  58. -Node set parameters are converted to an ArrayList of
  59. strings.
  60. 2003-05-27 Ben Maurer <[email protected]>
  61. * XslTransform.cs: unsafe classes need unsafe!
  62. 2003-05-11 Gonzalo Paniagua Javier <[email protected]>
  63. * XslTransform.cs: fixed bug #42739.
  64. 2003-05-11 Gonzalo Paniagua Javier <[email protected]>
  65. * XslTransform.cs: fixed bug #42747.
  66. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  67. * XslTransform.cs: flush the writers when done. Fixes bug #42040.
  68. 2003-03-10 Alan Tam <[email protected]>
  69. * XslTransform.cs: Fixed a bug when no args is passed
  70. 2003-03-10 Alan Tam <[email protected]>
  71. * XslTransform.cs: Implemented boolean, number and string parameters.
  72. (Node Set and Node Iterator parameters and Extension Objects are left.)
  73. * XsltAttributeList.cs: Loosened access modifiers.
  74. 2003-02-20 Nick Drochak <[email protected]>
  75. * XslTransform.cs: Remove confusing and unused parameter.
  76. 2003-01-24 Gonzalo Paniagua Javier <[email protected]>
  77. * XslTransform.cs: don't free the xml document used for the style sheet.
  78. xmlFreeStylesheet already does it. Correctly close the element tag for
  79. elements that don't have children. Added a couple of checks more.
  80. 2003-01-23 Gonzalo Paniagua Javier <[email protected]>
  81. * XslTransform.cs: fixed a couple of Transform overloads and changed the
  82. library name in DllImport to make it work on windows too.
  83. 2003-01-22 Gonzalo Paniagua Javier <[email protected]>
  84. * XslTransform.cs: implemented all Load and Transform methods. It uses
  85. libxml2 and libxslt. No more temp files. It's slow and memory consuming,
  86. but, well, that's XSLT... ;-). Idea from Zdravko Tashev.
  87. Now the Xsl web control works.
  88. 2002-09-23 Duncan Mak <[email protected]>
  89. * XslTransform.cs (Laod): Implemented the simple version that
  90. takes one XPathNavigator as argument.
  91. (Save): New private method for recreating the XML in text from a
  92. XPathNavigator
  93. (WriteCurrentNode):
  94. (WriteTree): private methods for generating the text XML from the
  95. XPathNavigator tree.
  96. 2002-09-20 Duncan Mak <[email protected]>
  97. * XslTransform.cs (Load): Implemented the methods, not
  98. including the ones that deal with XPathNavigator (hopefully those
  99. will come later).
  100. (Transform): Implemented the version that saves directly to a file.
  101. (Save): New private method for recreating the XML in text from
  102. from an XmlReader
  103. We're now P/Invoking libxslt for doing XSLT work.
  104. 2002-06-23 Piers Haken <[email protected]>
  105. * XsltContext.cs: added 'PreserveWhitespace' abstract method