README.rdoc in dreamcat4-libxml-bindings-0.2.0 vs README.rdoc in dreamcat4-libxml-bindings-0.2.1
- old
+ new
@@ -81,10 +81,10 @@
After manipulating your data model, a default namespace can later be re-applied on the top-level node. However its generally not recommended to use more than one namespace within the same xml document.
== Copyright
- Copyright (c) 2009 dreamcat4. See LICENSE for details.
+Copyright (c) 2009 dreamcat4. See LICENSE for details.
== Contribution, Credits
This project was started on the top of Phil Bogle's libxml_helper.rb[http://thebogles.com/blog/an-hpricot-style-interface-to-libxml#]. Most methods have been renamed to represent the api styling of the libxml project. The coding examples above are all adapted from Phil's original explanatory texts.