coupa-libxml-ruby 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. data/CHANGES +488 -0
  2. data/LICENSE +22 -0
  3. data/README +161 -0
  4. data/Rakefile +188 -0
  5. data/doc/css/normal.css +182 -0
  6. data/doc/img/raze-tiny.png +0 -0
  7. data/doc/img/red-cube.jpg +0 -0
  8. data/doc/img/xml-ruby.png +0 -0
  9. data/doc/index.xml +43 -0
  10. data/doc/install.xml +77 -0
  11. data/doc/layout.rhtml +38 -0
  12. data/doc/layout.xsl +67 -0
  13. data/doc/license.xml +32 -0
  14. data/doc/log/changelog.xml +1324 -0
  15. data/doc/log/changelog.xsl +42 -0
  16. data/doc/rdoc/classes/LibXML.html +207 -0
  17. data/doc/rdoc/classes/LibXML/XML.html +407 -0
  18. data/doc/rdoc/classes/LibXML/XML/Attr.html +521 -0
  19. data/doc/rdoc/classes/LibXML/XML/AttrDecl.html +360 -0
  20. data/doc/rdoc/classes/LibXML/XML/Attributes.html +149 -0
  21. data/doc/rdoc/classes/LibXML/XML/Document.html +460 -0
  22. data/doc/rdoc/classes/LibXML/XML/Error.html +129 -0
  23. data/doc/rdoc/classes/LibXML/XML/HTMLParser.html +263 -0
  24. data/doc/rdoc/classes/LibXML/XML/Namespace.html +248 -0
  25. data/doc/rdoc/classes/LibXML/XML/Namespaces.html +200 -0
  26. data/doc/rdoc/classes/LibXML/XML/Node.html +1351 -0
  27. data/doc/rdoc/classes/LibXML/XML/Parser.html +328 -0
  28. data/doc/rdoc/classes/LibXML/XML/Reader.html +172 -0
  29. data/doc/rdoc/classes/LibXML/XML/SaxParser.html +232 -0
  30. data/doc/rdoc/classes/LibXML/XML/SaxParser/Callbacks.html +506 -0
  31. data/doc/rdoc/classes/LibXML/XML/SaxParser/VerboseCallbacks.html +555 -0
  32. data/doc/rdoc/classes/LibXML/XML/XPath.html +111 -0
  33. data/doc/rdoc/classes/LibXML/XML/XPath/Object.html +162 -0
  34. data/doc/rdoc/classes/cXMLDtd.html +114 -0
  35. data/doc/rdoc/classes/cXMLNode.html +114 -0
  36. data/doc/rdoc/created.rid +1 -0
  37. data/doc/rdoc/files/CHANGES.html +794 -0
  38. data/doc/rdoc/files/LICENSE.html +131 -0
  39. data/doc/rdoc/files/README.html +343 -0
  40. data/doc/rdoc/files/ext/libxml/libxml_c.html +101 -0
  41. data/doc/rdoc/files/ext/libxml/ruby_xml_attr_c.html +101 -0
  42. data/doc/rdoc/files/ext/libxml/ruby_xml_attr_decl_c.html +101 -0
  43. data/doc/rdoc/files/ext/libxml/ruby_xml_attributes_c.html +101 -0
  44. data/doc/rdoc/files/ext/libxml/ruby_xml_c.html +101 -0
  45. data/doc/rdoc/files/ext/libxml/ruby_xml_cbg_c.html +101 -0
  46. data/doc/rdoc/files/ext/libxml/ruby_xml_document_c.html +101 -0
  47. data/doc/rdoc/files/ext/libxml/ruby_xml_dtd_c.html +101 -0
  48. data/doc/rdoc/files/ext/libxml/ruby_xml_encoding_c.html +101 -0
  49. data/doc/rdoc/files/ext/libxml/ruby_xml_error_c.html +101 -0
  50. data/doc/rdoc/files/ext/libxml/ruby_xml_html_parser_c.html +101 -0
  51. data/doc/rdoc/files/ext/libxml/ruby_xml_html_parser_context_c.html +101 -0
  52. data/doc/rdoc/files/ext/libxml/ruby_xml_html_parser_options_c.html +101 -0
  53. data/doc/rdoc/files/ext/libxml/ruby_xml_input_cbg_c.html +101 -0
  54. data/doc/rdoc/files/ext/libxml/ruby_xml_io_c.html +101 -0
  55. data/doc/rdoc/files/ext/libxml/ruby_xml_namespace_c.html +101 -0
  56. data/doc/rdoc/files/ext/libxml/ruby_xml_namespaces_c.html +101 -0
  57. data/doc/rdoc/files/ext/libxml/ruby_xml_node_c.html +101 -0
  58. data/doc/rdoc/files/ext/libxml/ruby_xml_parser_c.html +101 -0
  59. data/doc/rdoc/files/ext/libxml/ruby_xml_parser_context_c.html +101 -0
  60. data/doc/rdoc/files/ext/libxml/ruby_xml_parser_options_c.html +101 -0
  61. data/doc/rdoc/files/ext/libxml/ruby_xml_reader_c.html +101 -0
  62. data/doc/rdoc/files/ext/libxml/ruby_xml_relaxng_c.html +101 -0
  63. data/doc/rdoc/files/ext/libxml/ruby_xml_sax2_handler_c.html +101 -0
  64. data/doc/rdoc/files/ext/libxml/ruby_xml_sax_parser_c.html +101 -0
  65. data/doc/rdoc/files/ext/libxml/ruby_xml_schema_c.html +101 -0
  66. data/doc/rdoc/files/ext/libxml/ruby_xml_xinclude_c.html +101 -0
  67. data/doc/rdoc/files/ext/libxml/ruby_xml_xpath_c.html +101 -0
  68. data/doc/rdoc/files/ext/libxml/ruby_xml_xpath_context_c.html +101 -0
  69. data/doc/rdoc/files/ext/libxml/ruby_xml_xpath_expression_c.html +101 -0
  70. data/doc/rdoc/files/ext/libxml/ruby_xml_xpath_object_c.html +101 -0
  71. data/doc/rdoc/files/ext/libxml/ruby_xml_xpointer_c.html +101 -0
  72. data/doc/rdoc/files/lib/libxml/attr_decl_rb.html +101 -0
  73. data/doc/rdoc/files/lib/libxml/attr_rb.html +101 -0
  74. data/doc/rdoc/files/lib/libxml/attributes_rb.html +101 -0
  75. data/doc/rdoc/files/lib/libxml/document_rb.html +101 -0
  76. data/doc/rdoc/files/lib/libxml/error_rb.html +101 -0
  77. data/doc/rdoc/files/lib/libxml/hpricot_rb.html +192 -0
  78. data/doc/rdoc/files/lib/libxml/html_parser_rb.html +101 -0
  79. data/doc/rdoc/files/lib/libxml/namespace_rb.html +101 -0
  80. data/doc/rdoc/files/lib/libxml/namespaces_rb.html +101 -0
  81. data/doc/rdoc/files/lib/libxml/node_rb.html +108 -0
  82. data/doc/rdoc/files/lib/libxml/ns_rb.html +101 -0
  83. data/doc/rdoc/files/lib/libxml/parser_rb.html +101 -0
  84. data/doc/rdoc/files/lib/libxml/properties_rb.html +101 -0
  85. data/doc/rdoc/files/lib/libxml/reader_rb.html +101 -0
  86. data/doc/rdoc/files/lib/libxml/sax_callbacks_rb.html +101 -0
  87. data/doc/rdoc/files/lib/libxml/sax_parser_rb.html +101 -0
  88. data/doc/rdoc/files/lib/libxml/tree_rb.html +101 -0
  89. data/doc/rdoc/files/lib/libxml/xpath_object_rb.html +101 -0
  90. data/doc/rdoc/files/lib/libxml_rb.html +133 -0
  91. data/doc/rdoc/files/lib/xml/libxml_rb.html +124 -0
  92. data/doc/rdoc/files/lib/xml_rb.html +134 -0
  93. data/doc/rdoc/fr_class_index.html +46 -0
  94. data/doc/rdoc/fr_file_index.html +84 -0
  95. data/doc/rdoc/fr_method_index.html +155 -0
  96. data/doc/rdoc/index.html +24 -0
  97. data/doc/rdoc/rdoc-style.css +208 -0
  98. data/ext/libxml/Makefile +157 -0
  99. data/ext/libxml/build.log +4 -0
  100. data/ext/libxml/extconf.h +5 -0
  101. data/ext/libxml/extconf.rb +278 -0
  102. data/ext/libxml/libxml.c +77 -0
  103. data/ext/libxml/libxml.o +0 -0
  104. data/ext/libxml/libxml_ruby.bundle +0 -0
  105. data/ext/libxml/mkmf.log +228 -0
  106. data/ext/libxml/ruby_libxml.h +93 -0
  107. data/ext/libxml/ruby_xml.c +893 -0
  108. data/ext/libxml/ruby_xml.h +10 -0
  109. data/ext/libxml/ruby_xml.o +0 -0
  110. data/ext/libxml/ruby_xml_attr.c +352 -0
  111. data/ext/libxml/ruby_xml_attr.h +14 -0
  112. data/ext/libxml/ruby_xml_attr.o +0 -0
  113. data/ext/libxml/ruby_xml_attr_decl.c +171 -0
  114. data/ext/libxml/ruby_xml_attr_decl.h +13 -0
  115. data/ext/libxml/ruby_xml_attr_decl.o +0 -0
  116. data/ext/libxml/ruby_xml_attributes.c +277 -0
  117. data/ext/libxml/ruby_xml_attributes.h +17 -0
  118. data/ext/libxml/ruby_xml_attributes.o +0 -0
  119. data/ext/libxml/ruby_xml_cbg.c +86 -0
  120. data/ext/libxml/ruby_xml_cbg.o +0 -0
  121. data/ext/libxml/ruby_xml_document.c +1006 -0
  122. data/ext/libxml/ruby_xml_document.c.old +936 -0
  123. data/ext/libxml/ruby_xml_document.h +17 -0
  124. data/ext/libxml/ruby_xml_document.o +0 -0
  125. data/ext/libxml/ruby_xml_dtd.c +257 -0
  126. data/ext/libxml/ruby_xml_dtd.h +9 -0
  127. data/ext/libxml/ruby_xml_dtd.o +0 -0
  128. data/ext/libxml/ruby_xml_encoding.c +134 -0
  129. data/ext/libxml/ruby_xml_encoding.h +12 -0
  130. data/ext/libxml/ruby_xml_encoding.o +0 -0
  131. data/ext/libxml/ruby_xml_error.c +1004 -0
  132. data/ext/libxml/ruby_xml_error.h +14 -0
  133. data/ext/libxml/ruby_xml_error.o +0 -0
  134. data/ext/libxml/ruby_xml_html_parser.c +92 -0
  135. data/ext/libxml/ruby_xml_html_parser.h +12 -0
  136. data/ext/libxml/ruby_xml_html_parser.o +0 -0
  137. data/ext/libxml/ruby_xml_html_parser_context.c +308 -0
  138. data/ext/libxml/ruby_xml_html_parser_context.h +12 -0
  139. data/ext/libxml/ruby_xml_html_parser_context.o +0 -0
  140. data/ext/libxml/ruby_xml_html_parser_options.c +40 -0
  141. data/ext/libxml/ruby_xml_html_parser_options.h +12 -0
  142. data/ext/libxml/ruby_xml_html_parser_options.o +0 -0
  143. data/ext/libxml/ruby_xml_input_cbg.c +191 -0
  144. data/ext/libxml/ruby_xml_input_cbg.h +20 -0
  145. data/ext/libxml/ruby_xml_input_cbg.o +0 -0
  146. data/ext/libxml/ruby_xml_io.c +30 -0
  147. data/ext/libxml/ruby_xml_io.h +9 -0
  148. data/ext/libxml/ruby_xml_io.o +0 -0
  149. data/ext/libxml/ruby_xml_namespace.c +170 -0
  150. data/ext/libxml/ruby_xml_namespace.h +12 -0
  151. data/ext/libxml/ruby_xml_namespace.o +0 -0
  152. data/ext/libxml/ruby_xml_namespaces.c +295 -0
  153. data/ext/libxml/ruby_xml_namespaces.h +11 -0
  154. data/ext/libxml/ruby_xml_namespaces.o +0 -0
  155. data/ext/libxml/ruby_xml_node.c +1386 -0
  156. data/ext/libxml/ruby_xml_node.h +13 -0
  157. data/ext/libxml/ruby_xml_node.o +0 -0
  158. data/ext/libxml/ruby_xml_parser.c +94 -0
  159. data/ext/libxml/ruby_xml_parser.h +14 -0
  160. data/ext/libxml/ruby_xml_parser.o +0 -0
  161. data/ext/libxml/ruby_xml_parser_context.c +982 -0
  162. data/ext/libxml/ruby_xml_parser_context.h +12 -0
  163. data/ext/libxml/ruby_xml_parser_context.o +0 -0
  164. data/ext/libxml/ruby_xml_parser_options.c +68 -0
  165. data/ext/libxml/ruby_xml_parser_options.h +14 -0
  166. data/ext/libxml/ruby_xml_parser_options.o +0 -0
  167. data/ext/libxml/ruby_xml_reader.c +1002 -0
  168. data/ext/libxml/ruby_xml_reader.h +14 -0
  169. data/ext/libxml/ruby_xml_reader.o +0 -0
  170. data/ext/libxml/ruby_xml_relaxng.c +111 -0
  171. data/ext/libxml/ruby_xml_relaxng.h +10 -0
  172. data/ext/libxml/ruby_xml_relaxng.o +0 -0
  173. data/ext/libxml/ruby_xml_sax2_handler.c +322 -0
  174. data/ext/libxml/ruby_xml_sax2_handler.h +12 -0
  175. data/ext/libxml/ruby_xml_sax2_handler.o +0 -0
  176. data/ext/libxml/ruby_xml_sax_parser.c +137 -0
  177. data/ext/libxml/ruby_xml_sax_parser.h +12 -0
  178. data/ext/libxml/ruby_xml_sax_parser.o +0 -0
  179. data/ext/libxml/ruby_xml_schema.c +159 -0
  180. data/ext/libxml/ruby_xml_schema.h +11 -0
  181. data/ext/libxml/ruby_xml_schema.o +0 -0
  182. data/ext/libxml/ruby_xml_version.h +9 -0
  183. data/ext/libxml/ruby_xml_xinclude.c +18 -0
  184. data/ext/libxml/ruby_xml_xinclude.h +13 -0
  185. data/ext/libxml/ruby_xml_xinclude.o +0 -0
  186. data/ext/libxml/ruby_xml_xpath.c +107 -0
  187. data/ext/libxml/ruby_xml_xpath.h +12 -0
  188. data/ext/libxml/ruby_xml_xpath.o +0 -0
  189. data/ext/libxml/ruby_xml_xpath_context.c +387 -0
  190. data/ext/libxml/ruby_xml_xpath_context.h +11 -0
  191. data/ext/libxml/ruby_xml_xpath_context.o +0 -0
  192. data/ext/libxml/ruby_xml_xpath_expression.c +83 -0
  193. data/ext/libxml/ruby_xml_xpath_expression.h +12 -0
  194. data/ext/libxml/ruby_xml_xpath_expression.o +0 -0
  195. data/ext/libxml/ruby_xml_xpath_object.c +336 -0
  196. data/ext/libxml/ruby_xml_xpath_object.h +19 -0
  197. data/ext/libxml/ruby_xml_xpath_object.o +0 -0
  198. data/ext/libxml/ruby_xml_xpointer.c +101 -0
  199. data/ext/libxml/ruby_xml_xpointer.h +13 -0
  200. data/ext/libxml/ruby_xml_xpointer.o +0 -0
  201. data/ext/mingw/Rakefile +34 -0
  202. data/ext/mingw/build.rake +41 -0
  203. data/ext/vc/libxml_ruby.sln +26 -0
  204. data/lib/libxml.rb +30 -0
  205. data/lib/libxml/attr.rb +111 -0
  206. data/lib/libxml/attr_decl.rb +78 -0
  207. data/lib/libxml/attributes.rb +12 -0
  208. data/lib/libxml/document.rb +190 -0
  209. data/lib/libxml/error.rb +88 -0
  210. data/lib/libxml/hpricot.rb +76 -0
  211. data/lib/libxml/html_parser.rb +94 -0
  212. data/lib/libxml/namespace.rb +60 -0
  213. data/lib/libxml/namespaces.rb +36 -0
  214. data/lib/libxml/node.rb +385 -0
  215. data/lib/libxml/ns.rb +20 -0
  216. data/lib/libxml/parser.rb +365 -0
  217. data/lib/libxml/properties.rb +21 -0
  218. data/lib/libxml/reader.rb +27 -0
  219. data/lib/libxml/sax_callbacks.rb +178 -0
  220. data/lib/libxml/sax_parser.rb +56 -0
  221. data/lib/libxml/tree.rb +27 -0
  222. data/lib/libxml/xpath_object.rb +14 -0
  223. data/lib/xml.rb +14 -0
  224. data/lib/xml/libxml.rb +8 -0
  225. data/setup.rb +1585 -0
  226. data/test/etc_doc_to_s.rb +19 -0
  227. data/test/ets_doc_file.rb +15 -0
  228. data/test/ets_doc_to_s.rb +21 -0
  229. data/test/ets_gpx.rb +26 -0
  230. data/test/ets_node_gc.rb +21 -0
  231. data/test/ets_test.xml +2 -0
  232. data/test/ets_tsr.rb +9 -0
  233. data/test/model/atom.xml +13 -0
  234. data/test/model/bands.xml +5 -0
  235. data/test/model/books.xml +146 -0
  236. data/test/model/merge_bug_data.xml +58 -0
  237. data/test/model/ruby-lang.html +238 -0
  238. data/test/model/rubynet.xml +79 -0
  239. data/test/model/rubynet_project +1 -0
  240. data/test/model/shiporder.rnc +28 -0
  241. data/test/model/shiporder.rng +86 -0
  242. data/test/model/shiporder.xml +23 -0
  243. data/test/model/shiporder.xsd +31 -0
  244. data/test/model/soap.xml +27 -0
  245. data/test/model/xinclude.xml +5 -0
  246. data/test/tc_attr.rb +170 -0
  247. data/test/tc_attr_decl.rb +131 -0
  248. data/test/tc_attributes.rb +133 -0
  249. data/test/tc_deprecated_require.rb +11 -0
  250. data/test/tc_document.rb +113 -0
  251. data/test/tc_document_write.rb +118 -0
  252. data/test/tc_dtd.rb +123 -0
  253. data/test/tc_error.rb +136 -0
  254. data/test/tc_html_parser.rb +138 -0
  255. data/test/tc_namespace.rb +59 -0
  256. data/test/tc_namespaces.rb +174 -0
  257. data/test/tc_node.rb +181 -0
  258. data/test/tc_node_cdata.rb +49 -0
  259. data/test/tc_node_comment.rb +30 -0
  260. data/test/tc_node_copy.rb +40 -0
  261. data/test/tc_node_edit.rb +158 -0
  262. data/test/tc_node_text.rb +69 -0
  263. data/test/tc_node_write.rb +83 -0
  264. data/test/tc_node_xlink.rb +26 -0
  265. data/test/tc_parser.rb +330 -0
  266. data/test/tc_parser_context.rb +186 -0
  267. data/test/tc_properties.rb +36 -0
  268. data/test/tc_reader.rb +284 -0
  269. data/test/tc_relaxng.rb +51 -0
  270. data/test/tc_sax_parser.rb +274 -0
  271. data/test/tc_schema.rb +51 -0
  272. data/test/tc_traversal.rb +220 -0
  273. data/test/tc_xinclude.rb +19 -0
  274. data/test/tc_xml.rb +224 -0
  275. data/test/tc_xpath.rb +193 -0
  276. data/test/tc_xpath_context.rb +78 -0
  277. data/test/tc_xpath_expression.rb +35 -0
  278. data/test/tc_xpointer.rb +72 -0
  279. data/test/test_suite.rb +33 -0
  280. metadata +376 -0
@@ -0,0 +1 @@
1
+ Mon, 26 Apr 2010 12:51:09 -0700
@@ -0,0 +1,794 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>File: CHANGES</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="fileHeader">
50
+ <h1>CHANGES</h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>Path:</strong></td>
54
+ <td>CHANGES
55
+ </td>
56
+ </tr>
57
+ <tr class="top-aligned-row">
58
+ <td><strong>Last Update:</strong></td>
59
+ <td>Mon Apr 26 12:50:58 -0700 2010</td>
60
+ </tr>
61
+ </table>
62
+ </div>
63
+ <!-- banner header -->
64
+
65
+ <div id="bodyContent">
66
+
67
+
68
+
69
+ <div id="contextContent">
70
+
71
+ <div id="description">
72
+ <h2>coupa-1.1.3 / 2010-04-26 Victor Lin</h2>
73
+ <ul>
74
+ <li>Forked from <a href="../classes/LibXML.html">LibXML</a>-Ruby-1.1.3
75
+
76
+ </li>
77
+ <li>Added c14n support
78
+
79
+ </li>
80
+ </ul>
81
+ <h2>1.1.3 / 2009-03-18 Charlie Savage</h2>
82
+ <ul>
83
+ <li>Improve performance 10 to 20% by turning on libxml2&#8216;s dictionary
84
+ feature that allows parsers to reuse previously parsed strings.
85
+
86
+ </li>
87
+ <li>Fix XML::Node#remove! to work correctly with libxml&#8216;s dictionary
88
+ feature.
89
+
90
+ </li>
91
+ <li>Correctly set up parser context options.
92
+
93
+ </li>
94
+ <li>Simplify DOM modification code (Node#next=, Node#prev=, Node#sibling=) and
95
+ update documentation.
96
+
97
+ </li>
98
+ <li>Deprecated Node#add_child and Node#child=, use Node#&lt;&lt; instead
99
+
100
+ </li>
101
+ <li>Fix documentation for Node#&lt;&lt;
102
+
103
+ </li>
104
+ <li>Added Document#import to enable moving nodes from one document to another
105
+ document.
106
+
107
+ </li>
108
+ </ul>
109
+ <h2>1.1.2 / 2009-03-12 Charlie Savage</h2>
110
+ <ul>
111
+ <li>Added XML::Node#inner_xml helper method.
112
+
113
+ </li>
114
+ <li>Fix segmentation that could occur when calling the mark function on a
115
+ previously freed node.
116
+
117
+ </li>
118
+ </ul>
119
+ <h2>1.1.1 / 2009-03-10 Charlie Savage</h2>
120
+ <ul>
121
+ <li>Fix - Only include extra html parser context methods for versions of libxml
122
+ older than 2.6.27.
123
+
124
+ </li>
125
+ </ul>
126
+ <h2>1.1.0 / 2009-03-09 Charlie Savage</h2>
127
+ <ul>
128
+ <li>Fix bug caused by the mark function being called on partially initialized
129
+ attributes.
130
+
131
+ </li>
132
+ <li>Revert back to libxml2&#8216;s internal memory manager.
133
+
134
+ </li>
135
+ </ul>
136
+ <h2>1.0.0 / 2009-03-05 Charlie Savage</h2>
137
+ <ul>
138
+ <li>OS X (Charlie Savage). Update bindings to support the default installed
139
+ version of libxml2 (2.6.16) on OS X 10.5 and the latest version available
140
+ via MacPorts.
141
+
142
+ </li>
143
+ </ul>
144
+ <h2>0.9.9 / 2009-03-05 Charlie Savage</h2>
145
+ <ul>
146
+ <li>Ruby 1.9.1 support (Charlie Savage). libxml-ruby now compiles and runs on
147
+ either 1.8.6 and 1.9.1. With 1.8.6 all tests should pass while on 1.9.1 all
148
+ but for encoding tests pass. The port to Ruby 1.9.1 revealed two memory
149
+ allocation bugs (one with dtds, one with nodes) which are now fixed.
150
+
151
+ </li>
152
+ <li>Better OS X support (Joe Khoobyar). The default version of libxml2 on OS X
153
+ 10.5 is fairly old, resulting in this link error:
154
+
155
+ <pre>
156
+ NSLinkModule() error
157
+ dyld: Symbol not found: _htmlNewParserCtxt
158
+ </pre>
159
+ <p>
160
+ This can be fixed by using MacPorts to get a newer version of libxml2. To
161
+ make use of MacPorts, the build script has been updated to use xml2-config.
162
+ This can be fine-tuned using the new &#8212;with-xml2-config /
163
+ &#8212;without-xml2-config options to extconf.rb (default is
164
+ &#8212;without-xml2-config to match existing behavior).
165
+ </p>
166
+ </li>
167
+ <li>Greatly reduced memory usage (Joe Khoobyar). See <a
168
+ href="http://rubyforge.org/pipermail/libxml-devel/2009-February/001375.html">rubyforge.org/pipermail/libxml-devel/2009-February/001375.html</a>.
169
+
170
+ </li>
171
+ <li>Add Document#xhtml? and document#node_type methods (Joe Khoobyar)
172
+
173
+ </li>
174
+ <li>Add XPath::Object#last (Joe Khoobyar)
175
+
176
+ </li>
177
+ <li>Provide finer control over CDATA nodes on a parser by parser basis (Joe
178
+ Khoobyar).
179
+
180
+ </li>
181
+ <li>Bug fix - Namespaces were incorrectly merged with attributes in the new
182
+ sax2 handler (Charlie Savage).
183
+
184
+ </li>
185
+ <li>Bug fix - Support iterating over nodes and attributes even with blocks that
186
+ call remove! (Charlie Savage)
187
+
188
+ </li>
189
+ <li>Bug fix - If reader.node is NULL, return nil instead of crashing (Charlie
190
+ Savage)
191
+
192
+ </li>
193
+ <li>Bug fix - Dtd&#8216;s owned by documents were freed twice in some
194
+ circumstances (Joe Khoobyar).
195
+
196
+ </li>
197
+ <li>Bug fix - Fix output escaping on attributes nodes (Joe Khoobyar).
198
+
199
+ </li>
200
+ <li>Bug fix - Make sure IO objects are not garbage collected when used as
201
+ parser sources (Charlie Savage).
202
+
203
+ </li>
204
+ </ul>
205
+ <h2>0.9.8 / 2009-1-24 Charlie Savage</h2>
206
+ <ul>
207
+ <li>Refactored XML::Parser, XML::HTMLParser, XML::SaxParser and XML::Reader to
208
+ have consistent APIs. All the parsers now take a context object in their
209
+ constructors, allowing fine grained control over the parsers for advanced
210
+ use cases. These API changes are backwards compatible except for
211
+ XML::Reader, which now takes an optional hash table as a second parameter
212
+ in its various constructors versus an optional boolean value.
213
+
214
+ </li>
215
+ <li>Updated all APIs to use the encoding constants defined in XML::Encoding
216
+ versus string values. This API change is not backwards compatible.
217
+
218
+ </li>
219
+ <li>Added support for attribute declarations in DTD&#8216;s via the new
220
+ XML::AttrDecl class (Len Lattanzi)
221
+
222
+ </li>
223
+ <li>Support libxml&#8216;s content escaping capabilities for text nodes by
224
+ wrapping libxml&#8216;s &quot;xmlStringText&quot; and
225
+ &quot;xmlStringTextNoenc&quot; (Joe Khoobyar).
226
+
227
+ </li>
228
+ <li>Updated XML::Reader#read API to return true if a node was read, false if
229
+ node was not read and raises an exception on an error. Previously read
230
+ returned 1 if a node was read, 0 if a node was not read and -1 for an
231
+ error. This change is not backwards compatible, but provides a more natural
232
+ interface for Ruby by allowing code like this:
233
+
234
+ <p>
235
+ while reader.read
236
+ </p>
237
+ <pre>
238
+ # do stuff
239
+ </pre>
240
+ <p>
241
+ end
242
+ </p>
243
+ </li>
244
+ <li>Changed XML::Error exception objects to return copies of nodes that cause
245
+ parse errors instead of the original node. This prevents segmentation
246
+ faults when the error is reraised.
247
+
248
+ </li>
249
+ <li>Added XML::Reader#node method.
250
+
251
+ </li>
252
+ <li>Fixed compile errors on OS X which uses an older version of libxml.
253
+
254
+ </li>
255
+ <li>Fixed memory leak when performing XPath searches.
256
+
257
+ </li>
258
+ <li>Fixed rdocs.
259
+
260
+ </li>
261
+ <li>Don&#8216;t override libxml&#8216;s default settings for entity
262
+ substitution and loading external DTDs. This may break some code - you may
263
+ need to add in a call to XML.default_substitute_entities = true or
264
+ XML.default_load_external_dtd = true.
265
+
266
+ </li>
267
+ </ul>
268
+ <h2>0.9.7 / 2008-12-08 Charlie Savage</h2>
269
+ <ul>
270
+ <li>Added SAX2 support. SAX handlers now define two new callbacks,
271
+ on_start_element_ns and on_end_element_ns methods. These new callbacks
272
+ support namespaces, making them superior to the older callbacks
273
+ on_start_element and on_end_element methods. The old callbacks are still
274
+ supported, but may be deprecated in the future depending on community
275
+ feedback.
276
+
277
+ </li>
278
+ <li>Added SAX support for libxml&#8216;s structured error handling. That menas
279
+ sax handlers now define a new callback, on_error, which takes one
280
+ parameter, an instance of XML::Error. The older on_parser_error,
281
+ on_parser_warning and on_parser_fatal_error callbacks are no longer
282
+ suported so you must port your code. Note that the older callbacks took one
283
+ string parameter, instead of an XML::Error object.
284
+
285
+ </li>
286
+ <li>Experimental work-around for libxml error handling bug - see <a
287
+ href="http://mail.gnome.org/archives/xml/2008-December/msg00014.html">mail.gnome.org/archives/xml/2008-December/msg00014.html</a>
288
+ for more information.
289
+
290
+ </li>
291
+ <li>Fix compilation bugs on Solaris.
292
+
293
+ </li>
294
+ <li>Fix Rdoc compilation bug.
295
+
296
+ </li>
297
+ </ul>
298
+ <h2>0.9.6 / 2008-12-08 Charlie Savage</h2>
299
+ <ul>
300
+ <li>Refactored namespace handling. The existing, and inconsistent, namespace
301
+ methods defined on XML::Node have been deprecated. They have been replaced
302
+ by a the new XML::Namespaces class. Use this class to inspect a
303
+ node&#8216;s namespace, its default namespace, its namespace definitions
304
+ and which namespaces are in scope. It can be accessed via the the
305
+ XML::Node#namespaces method.
306
+
307
+ </li>
308
+ <li>Rationalized XML::Document#save, XML::Document#to_s and XML::Node#to_s to
309
+ take an optional hash table of parameters that control how output is
310
+ generated. Supported parameters include setting indentation on or off, the
311
+ indentation level and the output encoding. This is an API change and may
312
+ break existing calls to XML::Document#save. However, the previous API was
313
+ broken - setting the encoding resulted in an error so its unlikely anyone
314
+ is using it.
315
+
316
+ </li>
317
+ <li>Rationalized XML::Document#debug, XML::Node#debug,
318
+ XML::XPath::XPathObject#Debug.
319
+
320
+ </li>
321
+ <li>Deprecated a number of duplicate dump* and debug_* methods in XML::Document
322
+ and XML::Node.
323
+
324
+ </li>
325
+ <li>Additional Ruby 1.9.1 compatability fixes.
326
+
327
+ </li>
328
+ <li>Cleaned up header file guards.
329
+
330
+ </li>
331
+ </ul>
332
+ <h2>0.9.5 / 2008-11-29 Charlie Savage</h2>
333
+ <ul>
334
+ <li>Ruby 1.9.1 preview release compatability (Felipe Contreras)
335
+
336
+ </li>
337
+ <li>Update Node#remove! to return the removed node and to set its document to
338
+ nil. This allows the node to be either moved to another document, another
339
+ part of the same document or to be freed on the next garbage collection
340
+ once its references have gone out of scope.
341
+
342
+ </li>
343
+ <li>Fix bug where XPathExpression#compile mistakenly overwrote RegExp#compile.
344
+
345
+ </li>
346
+ <li>Update Node to use standard ruby allocators and initializers.
347
+
348
+ </li>
349
+ <li>Update HTML parser to be more forgiving of invalid documents.
350
+
351
+ </li>
352
+ <li>Update include paths for Darwin Ports on OS X.
353
+
354
+ </li>
355
+ <li>Updated C code base to use BSD/Allman style
356
+
357
+ </li>
358
+ </ul>
359
+ <h2>0.9.4 / 2008-11-24 Charlie Savage</h2>
360
+ <ul>
361
+ <li>Update HTML parser so that it can read files, strings and io streams.
362
+
363
+ </li>
364
+ <li>Update HTML parser to support user specified encodings.
365
+
366
+ </li>
367
+ <li>Additional C code cleanup.
368
+
369
+ </li>
370
+ </ul>
371
+ <h2>0.9.3 / 2008-11-22 Charlie Savage</h2>
372
+ <ul>
373
+ <li>Fixed segmentation fault caused by documents being freed before xpath
374
+ results that referenced the document (take 2).
375
+
376
+ </li>
377
+ <li>Allowed sax parser to use io stream
378
+
379
+ </li>
380
+ <li>Combined encoding and input classes
381
+
382
+ </li>
383
+ <li>Cleaned up C code - removed remaining legacy structures, added static to
384
+ most methods, changed C namespace from ruby_xml to rxml
385
+
386
+ </li>
387
+ </ul>
388
+ <h2>0.9.2 / 2008-11-19 Charlie Savage</h2>
389
+ <ul>
390
+ <li>Add support for compiled XPath expressions (donated by Pavel Valodzka)
391
+
392
+ </li>
393
+ <li>Fixes for compiling on OS X 10.5.4 and 10.5.5
394
+
395
+ </li>
396
+ </ul>
397
+ <h2>0.9.1 / 2008-11-18 Charlie Savage</h2>
398
+ <ul>
399
+ <li>Expose <a href="../classes/LibXML.html">LibXML</a>&#8216;s encoding support
400
+ via a new Encoding object.
401
+
402
+ </li>
403
+ <li>Revamp error handling to be much easier to use. Errors are now wrapped by
404
+ the new XML::Error class and are thrown as exceptions when it is
405
+ appropriate.
406
+
407
+ </li>
408
+ <li>Fixed segmentation fault caused by documents being freed before xpath
409
+ results that referenced the document.
410
+
411
+ </li>
412
+ <li>Add Node#register_default_namespace to simplify default namespace handling.
413
+
414
+ </li>
415
+ <li>Significantly improve documentation
416
+
417
+ </li>
418
+ <li>A number of bug fixes and patches.
419
+
420
+ </li>
421
+ </ul>
422
+ <h2>0.9.0 / 2008-11-18 Charlie Savage</h2>
423
+ <ul>
424
+ <li>Version 0.9.0 was removed due to packaging errors.
425
+
426
+ </li>
427
+ </ul>
428
+ <h2>0.8.3 / 2008-07-21 Charlie Savage</h2>
429
+ <ul>
430
+ <li>Missed several files in last release
431
+
432
+ </li>
433
+ </ul>
434
+ <h2>0.8.2 / 2008-07-21 Charlie Savage</h2>
435
+ <ul>
436
+ <li>To use <a href="../classes/LibXML.html">LibXML</a> you can either require
437
+ &#8216;xml&#8217; or require &#8216;libxml&#8217;. The differences is that
438
+ require &#8216;xml&#8217; mixes the <a
439
+ href="../classes/LibXML.html">LibXML</a> module into the global namespace,
440
+ thereby allowing you to write code such as document = XML::Document.new.
441
+ Note that this is different from 0.8.0 and 0.8.1 and may require updating
442
+ your code.
443
+
444
+ </li>
445
+ <li>Support RelaxNG validation (thanks to Morus Walter)
446
+
447
+ </li>
448
+ <li>Support passing IO objects to XmlReaders (thanks to Tom Hughes)
449
+
450
+ </li>
451
+ <li>Fix segmentation fault caused by adding an attribute to a CDATA node
452
+
453
+ </li>
454
+ <li>Moved node checking functions from C to Ruby
455
+
456
+ </li>
457
+ <li>Improved Windows support - libxml-ruby should now work out of the box.
458
+
459
+ </li>
460
+ <li>Improved Windows support - turned on libxml&#8216;s zlib and iconv support.
461
+
462
+ </li>
463
+ </ul>
464
+ <h2>0.8.1 / 2008-07-09 Charlie Savage</h2>
465
+ <ul>
466
+ <li>Reimplmented Node#each_attr for backwards compatability
467
+
468
+ </li>
469
+ <li>Moved node type test to Ruby.
470
+
471
+ </li>
472
+ </ul>
473
+ <h2>0.8.0 / 2008-07-09 Charlie Savage</h2>
474
+ <ul>
475
+ <li>Fixed bug in returning attributes from XPath results
476
+
477
+ </li>
478
+ <li>Fixed DOM traversal methods
479
+
480
+ </li>
481
+ <li>Changed Node#children to return an array of nodes
482
+
483
+ </li>
484
+ <li>Fixed bug in returning attributes from XPath results
485
+
486
+ </li>
487
+ <li>Refactored XPath support, providing more user hooks in the XPath::Context
488
+ class
489
+
490
+ </li>
491
+ <li>Added Node#properties for backwards compatibility
492
+
493
+ </li>
494
+ <li>Updated setup.rb
495
+
496
+ </li>
497
+ <li>Added more tests
498
+
499
+ </li>
500
+ <li>Updated rdocs and README file
501
+
502
+ </li>
503
+ <li>Moved libxml into <a href="../classes/LibXML.html">LibXML</a> namespace
504
+
505
+ </li>
506
+ </ul>
507
+ <h2>0.7.0 / 2008-07-09 Charlie Savage</h2>
508
+ <ul>
509
+ <li>Added new attributes class to provide a more natural way of working with
510
+ attributes
511
+
512
+ </li>
513
+ <li>Fixed XML::Attr to better support namespaces
514
+
515
+ </li>
516
+ <li>Added documentation on how to use namespaces with XPath
517
+
518
+ </li>
519
+ <li>Removed allocation of extraneous structures used to wrap nodes, namespaces
520
+ and attributes
521
+
522
+ </li>
523
+ <li>Cleaned up tests and added new test suite
524
+
525
+ </li>
526
+ <li>Updated rdocs and README file
527
+
528
+ </li>
529
+ <li>Cleaned out most of the bug list
530
+
531
+ </li>
532
+ </ul>
533
+ <h2>0.6.0 / 2008-07-01 Charlie Savage</h2>
534
+ <ul>
535
+ <li>Fixed memory allocation errors in Windows. On Windows, it is essential that
536
+ the same library that allocates memory must free it. Thus ALLOC calls must
537
+ be matched to ruby_xfree calls, which they were not. In addition, in one
538
+ case Ruby was allocating memory to be freed by libxml. On Windows,
539
+ that&#8216;s a segmentation fault. On Linux it might fly, but still seems
540
+ like a bad idea.
541
+
542
+ </li>
543
+ <li>Fixed segmentation fault in xml reader expand (same xml tree freed twice)
544
+
545
+ </li>
546
+ <li>Applied a number of patches from Tom Bagby, including fixes for xpath
547
+ segmentation faults and fixes for various memory leaks
548
+
549
+ </li>
550
+ <li>Cleaned up a number of compiler warnings
551
+
552
+ </li>
553
+ <li>Renamed libxml_so.so to libxml_ruby.so (same for xslt). That wasn&#8216;t
554
+ actually my original intention, but um, it kind of sort of happened. It
555
+ should not be noticeable from an end-user perspective.
556
+
557
+ </li>
558
+ <li>Added rake files for building with MingW
559
+
560
+ </li>
561
+ <li>Added rake files for packing gems. Note that I did this outside the
562
+ existing rake tasks because I didn&#8216;t see how they were actually
563
+ building the gems.
564
+
565
+ </li>
566
+ <li>Cleaned up the tests and added a few more based on bug reports from the
567
+ Tracker and mailing list.
568
+
569
+ </li>
570
+ <li>Cleaned out the patch queue and went through about 1/2 the bug list
571
+
572
+ </li>
573
+ </ul>
574
+ <h3>2007-11-16 &quot;Dan Janowski&quot; &lt;danj at 3skel.com&gt;</h3>
575
+ <ul>
576
+ <li>Merged Dan&#8216;s MEM2 branch to trunk.
577
+
578
+ </li>
579
+ </ul>
580
+ <h2>0.5.3 /</h2>
581
+ <h3>2007-11-16 &quot;Dan Janowski&quot; &lt;danj at 3skel.com&gt;</h3>
582
+ <ul>
583
+ <li>Merged Dan&#8216;s MEM2 branch to trunk.
584
+
585
+ </li>
586
+ </ul>
587
+ <h2>0.5.2 / 2007-10-10</h2>
588
+ <h3>2007-10-10 &quot;Dan Janowski&quot; &lt;danj at 3skel.com&gt;</h3>
589
+ <ul>
590
+ <li>(Dan, fill in the major points of the changes you made up to here -thanks)
591
+
592
+ </li>
593
+ </ul>
594
+ <h3>2007-01-14 &quot;Laurent Sansonetti&quot; &lt;lrz at chopine.be&gt;</h3>
595
+ <ul>
596
+ <li>Added some preliminary RDoc comments for XML::Reader.
597
+
598
+ </li>
599
+ </ul>
600
+ <h3>2006-12-05 &quot;Laurent Sansonetti&quot; &lt;lrz at chopine.be&gt;</h3>
601
+ <ul>
602
+ <li>Added XML::Reader, a set of bindings to the xmlTextReader API.
603
+
604
+ </li>
605
+ </ul>
606
+ <h2>0.3.8.4 / 2006-12-02</h2>
607
+ <h3>2006-04-15 &quot;Ross Bamform&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
608
+ <ul>
609
+ <li>Implemented SAX parser callback handling.
610
+
611
+ </li>
612
+ </ul>
613
+ <h3>2006-04-12 &quot;Ross Bamford&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
614
+ <ul>
615
+ <li>Integrated and tested community patches.
616
+
617
+ </li>
618
+ <li>Defined XML::Node (hash) equality in terms of XML representation.
619
+
620
+ </li>
621
+ </ul>
622
+ <h3>2006-04-12 &quot;Tim Yamin&quot; &lt;plasmaroo at gentoo.org&gt;</h3>
623
+ <ul>
624
+ <li>Fixed XML::Node#content inoperable bug (plasmaroo) [patch]
625
+
626
+ </li>
627
+ <li>Fixed memory leak in same
628
+
629
+ </li>
630
+ </ul>
631
+ <h3>2006-04-12 &quot;Mark Van Holstyn&quot; &lt;mvette13 at gmail.com&gt;</h3>
632
+ <ul>
633
+ <li>Added XML::Node::Set#first (mvette13) [patch]
634
+
635
+ </li>
636
+ <li>Added XML::Node::Set#empty?
637
+
638
+ </li>
639
+ <li>Fixed XML::Node::Set#to_a
640
+
641
+ </li>
642
+ <li>Added XML::Node#find_first
643
+
644
+ </li>
645
+ <li>Added XML::Node#remove!
646
+
647
+ </li>
648
+ </ul>
649
+ <h3>2006-03-27 &quot;Ross Bamford&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
650
+ <ul>
651
+ <li>Integrated contributed XML::Parser.register_error_handler patch (rosco)
652
+
653
+ </li>
654
+ </ul>
655
+ <h3>2006-02-27 &quot;Ross Bamford&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
656
+ <ul>
657
+ <li>Fixed all multiple symbol definitions for -fno-common.
658
+
659
+ </li>
660
+ <li>Removed OSX -fno-common workaround.
661
+
662
+ </li>
663
+ </ul>
664
+ <h2>0.3.6 / 2006-02-23</h2>
665
+ <h3>2006-02-21 &quot;Ross Bamford&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
666
+ <ul>
667
+ <li>Patched extconf.rb with OSX -fno-common workaround
668
+
669
+ </li>
670
+ <li>Added gem and packaging support to Rakefile
671
+
672
+ </li>
673
+ <li>Moved version update to Rakefile
674
+
675
+ </li>
676
+ <li>Removed legacy project utility scripts
677
+
678
+ </li>
679
+ </ul>
680
+ <h3>2005-02-19 &quot;Ross Bamford&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
681
+ <ul>
682
+ <li>Fixed doublefree bug in ruby_xml_attr.
683
+
684
+ </li>
685
+ <li>Fixed small leak in parser
686
+
687
+ </li>
688
+ </ul>
689
+ <h3>2005-12-18 &quot;Ross Bamford&quot; &lt;rosco at roscopeco.co.uk&gt;</h3>
690
+ <ul>
691
+ <li>Updated for GCC 4.0 (community patches)
692
+
693
+ </li>
694
+ <li>Fixed default validation bug
695
+
696
+ </li>
697
+ <li>Refactored project, removed outdated files, cleaned up tests.
698
+
699
+ </li>
700
+ <li>Added RDoc documentation across .c files.
701
+
702
+ </li>
703
+ <li>Fixed up a few strings.
704
+
705
+ </li>
706
+ </ul>
707
+ <h3>2004-04-04 &quot;Mangler Jurgen&quot; &lt;et@wkv.at&gt;</h3>
708
+ <ul>
709
+ <li>ruby_xml_node.cz: fixed ruby_xml_node_property_set. The ill-behaviour was,
710
+ that there was added a second attribute of the same name, when you were
711
+ setting the value of an already existing attribute.
712
+
713
+ </li>
714
+ </ul>
715
+ <h3>2004-03-17 &quot;Lukas Svoboda&quot; &lt;luks@fi.muni.cz&gt;</h3>
716
+ <ul>
717
+ <li>ruby_xml_node.c: ruby_xml_node_to_s now returns XML subtree dump.
718
+
719
+ </li>
720
+ </ul>
721
+ <h3>2004-02-27 &quot;Martin Povolny&quot; &lt;martin@solnet.cz&gt;</h3>
722
+ <ul>
723
+ <li>ruby_xml_node.c: added XML::Node.copy, this makes possible building of xml
724
+ documents from nodes taken from other xml documents without making ruby
725
+ SIGSEGV (see tests/copy_bug.rb).
726
+
727
+ </li>
728
+ </ul>
729
+ <h3>2004-02-26 &quot;Martin Povolny&quot; &lt;martin@solnet.cz&gt;</h3>
730
+ <ul>
731
+ <li>ruby_xml_dtd.c, ruby_xml_dtd.h, ruby_xml_schema.c, ruby_xml_schema.h: more
732
+ work on validation, now you can actually validate document using dtd or xml
733
+ schema, also solved warning and error propagation (see
734
+ tests/{dtd|schema}-test.rb).
735
+
736
+ </li>
737
+ </ul>
738
+ <h3>2003-12-30 &quot;Martin Povolny&quot; &lt;martin@solnet.cz&gt;</h3>
739
+ <ul>
740
+ <li>ruby_xml_dtd.c, ruby_xml_dtd.h, ruby_xml_schema.c, ruby_xml_schema.h:
741
+ prelimitary support for dtd and schema validation
742
+
743
+ </li>
744
+ </ul>
745
+ <h3>2003-09-15 &quot;Martin Povolny&quot; &lt;martin@solnet.cz&gt;</h3>
746
+ <ul>
747
+ <li>ruby_xml_input_cbg.c, libxml.c: added class InputCallbacks to make possible
748
+ registering custom input callbacks handlers (xmlRegisterInputCallbacks)
749
+ written in ruby
750
+
751
+ </li>
752
+ </ul>
753
+ <h3>2003-08-01 &quot;Martin Povolny&quot; &lt;martin@solnet.cz&gt;</h3>
754
+ <ul>
755
+ <li>ruby_xml_document.c: corrected argument handling in ruby_xml_document_find
756
+
757
+ </li>
758
+ <li>ruby_xml_node.c: corrected argument handling in ruby_xml_node_find
759
+
760
+ </li>
761
+ </ul>
762
+
763
+ </div>
764
+
765
+
766
+ </div>
767
+
768
+
769
+ </div>
770
+
771
+
772
+ <!-- if includes -->
773
+
774
+ <div id="section">
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+ <!-- if method_list -->
784
+
785
+
786
+ </div>
787
+
788
+
789
+ <div id="validator-badges">
790
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
791
+ </div>
792
+
793
+ </body>
794
+ </html>