<?xml version='1.0'?>

<rss version='0.91'>
 <channel>
	 <description>News and articles about Ruby and XML</description>
		<language>en</language>
  <title>Ruby XML</title>
  <link>http://www.rubyxml.com</link>
<item>
 <title>LibXML-Ruby 0.3.6</title>
 <link>http://www.rubyxml.com/index.rb/Applications@LibXML-Ruby_0.3.6.txt</link>
 <description>
&lt;span id='intelliTxt'>&lt;/span>
    &lt;p>Ruby bindings for LibXML2  are &lt;a href="http://rubyforge.org/frs/?group_id=494&amp;amp;release_id=4388">available&lt;/a>, thanks to Ross Bamford.&lt;/p>
&lt;p>LibXML-Ruby is a C-language Ruby binding to the Gnome LibXML2 library, supporting a wide range of XML technologies and offering very competitive performance across the board.&lt;/p>
&lt;p>Ross announced,&lt;/p>
&lt;blockquote>
&lt;p>This release is essentially our 'ground zero' release after a recent effort to revive the sleeping LibXML-Ruby project with the help of original author Sean Chittenden. Although fixes for a number of bugs in the build and the code are included, no new functionality has yet been added. We are keen to gain feedback from the community, whether positive or negative, with a view to fixing the direction of the project. Our mailing list:&lt;/p>&lt;p>&amp;#160;&lt;/p>	libxml-devel@rubyforge.org&lt;p>&amp;#160;&lt;/p>&lt;p>You can find (a bit) more information, and API documentation, at the project website on Rubyforge:&lt;/p>&lt;p>&amp;#160;&lt;/p>	&lt;a href="http://libxml.rubyforge.org/">http://libxml.rubyforge.org/&lt;/a>
&lt;/blockquote>&lt;p>&amp;#160;&lt;/p>&lt;p>You can obtain LibXML-Ruby via Rubygems:&lt;/p>&lt;p>&amp;#160;&lt;/p>	gem install libxml-ruby&lt;p>&amp;#160;&lt;/p>&lt;p>Or as standard tarball/zip packages:&lt;/p>&lt;p>&amp;#160;&lt;/p>	&lt;a href="http://rubyforge.org/frs/?group_id=494&amp;amp;release_id=4388">http://rubyforge.org/frs/?group_id=494&amp;amp;release_id=4388&lt;/a>

&lt;hr />
 &lt;p style='font-size:smaller'>         
  This RSS item should not contain any advertisements, paid links to commercial products, stupid JavaScript/CSS pop-up crap, or other forms of annoying content.  If you see any ads embedded in this item, they have been added by the feed reader, not the content owner, who does not appprove the use of this RSS feed in this manner.  Please complain to the owner of the feed reader, and do not patronize any of the advertisers.  &lt;/p>
  </description>
</item><item>
 <title>Libxml API Docs updated</title>
 <link>http://www.rubyxml.com/index.rb/Applications@Libxml_API_Docs_updated.txt</link>
 <description>
&lt;span id='intelliTxt'>&lt;/span>
    &lt;p>Ross Bamford  announced on ruby-talk that he is updating the API docs for the Ruby libxml bindings, and has a first cut &lt;a href="http://roscopeco.co.uk/projects/libxml-ruby/">available on his site&lt;/a>.&lt;/p>&lt;p>&amp;#160;&lt;/p>&lt;blockquote>
&lt;p>It's quite basic but it has the all-important 'what methods does it have'  thing about it. It covers the last version released by Trans (I think?),  version 0.3.4-04.04.14.&lt;/p>&lt;p>&amp;#160;&lt;/p>&lt;p>Please be advised that a few bugs have been found:&lt;/p>
&lt;ul>
&lt;li>Problems with the default validation on XML::Parser (DTD/Schema validation should be unaffected)&lt;/li>
&lt;li>Some small memory leaks across the library&lt;/li>
&lt;li>Incompatibilities with GCC 4.0&lt;/li>
&lt;li>Moving nodes between Node/NodeSet operations can cause segfault at Ruby exit.&lt;/li>
&lt;li>XPointer/XPath range support is buggy.&lt;/li>
&lt;ul>
&lt;p>However I have the critical stuff patched up here and hopefully we'll be  able to get an interim release out very soon.&lt;/p>
&lt;/blockquote>&lt;p>&amp;#160;&lt;/p>&lt;p>Ross cautions that the URL is temporary, and it may at some point be a redirect to libxml on rubyforge.&lt;/p>

&lt;hr />
 &lt;p style='font-size:smaller'>         
  This RSS item should not contain any advertisements, paid links to commercial products, stupid JavaScript/CSS pop-up crap, or other forms of annoying content.  If you see any ads embedded in this item, they have been added by the feed reader, not the content owner, who does not appprove the use of this RSS feed in this manner.  Please complain to the owner of the feed reader, and do not patronize any of the advertisers.  &lt;/p>
  </description>
</item><item>
 <title>Moved to a New Server</title>
 <link>http://www.rubyxml.com/index.rb/Administration@New_Server.txt</link>
 <description>
&lt;span id='intelliTxt'>&lt;/span>
    &lt;p>If you see this message then you are loading the site from the new server&lt;/p>

&lt;hr />
 &lt;p style='font-size:smaller'>         
  This RSS item should not contain any advertisements, paid links to commercial products, stupid JavaScript/CSS pop-up crap, or other forms of annoying content.  If you see any ads embedded in this item, they have been added by the feed reader, not the content owner, who does not appprove the use of this RSS feed in this manner.  Please complain to the owner of the feed reader, and do not patronize any of the advertisers.  &lt;/p>
  </description>
</item><item>
 <title>Yet Another Java Bridge</title>
 <link>http://www.rubyxml.com/index.rb/Applications@Yet_Another_Java_Bridge.txt</link>
 <description>
&lt;span id='intelliTxt'>&lt;/span>
    &lt;p>SAKURAI Masashi &lt;a href="http://ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/146070">announced&lt;/a> he is working on &lt;a href="http://www.cmt.phys.kyushu-u.ac.jp/~M.Sakurai/cgi-bin/fw/wiki.cgi?page=YAJB">Yet Another Java Bridge&lt;/a>.&lt;/p>
&lt;blockquote>
&lt;p>This bridge is implemented by &lt;span class='keyword' >&lt;a href="http://www.csg.is.titech.ac.jp/~chiba/javassist/">Javassist&lt;/a>&lt;/span> and xmlrpc communication.&lt;/p>&lt;p>&amp;#160;&lt;/p>&lt;p>Javassist is bytecode engineering tool. I used xmlrpc to connect java&lt;/p>
&lt;p>and ruby.  Although the communication is very slow, the bridge can&lt;/p>
&lt;p>establish connection on the many environment.&lt;/p>
&lt;/blockquote>


&lt;hr />
 &lt;p style='font-size:smaller'>         
  This RSS item should not contain any advertisements, paid links to commercial products, stupid JavaScript/CSS pop-up crap, or other forms of annoying content.  If you see any ads embedded in this item, they have been added by the feed reader, not the content owner, who does not appprove the use of this RSS feed in this manner.  Please complain to the owner of the feed reader, and do not patronize any of the advertisers.  &lt;/p>
  </description>
</item><item>
 <title>RubyStuff Shop is Open</title>
 <link>http://www.rubyxml.com/index.rb/Administration@RubyStuff_Shop_is_Open.txt</link>
 <description>
&lt;span id='intelliTxt'>&lt;/span>
    &lt;p>Announcing the formal grand opening of &lt;a href="http://www.rubystuff.com">Ruby Stuff: The Ruby Shop for Ruby Programmers&lt;/a>.&lt;/p>
&lt;p>In an effort to help fund &lt;a href="http://www.ruby-doc.org">ruby-doc.org&lt;/a> and &lt;a href="http://www.rubyxml.com">rubyxml.com&lt;/a>, I assembled a variety of designs and opened up multiple shops on CafePress to hawk apparel, clocks, mugs, mouse pads, assorted sundries.&lt;/p>
&lt;p>The RubyStuff site provides a set of aggregate pages so you can see the different designs in one place.  All actual purchases are done on the corresponding CafePress site.&lt;/p>
&lt;ul>
&lt;li>Get your stylish &lt;a href="http://www.rubystuff.com/mousepads.html">Ruby Hacker mouse pad&lt;/a>!&lt;/li>
&lt;li>Proudly, and noisily, slurp your coffee from a stunning &lt;a href="http://www.rubystuff.com/mugs.html">"I (heart) Ruby" mug&lt;/a>!&lt;/li>
&lt;li>Spook the Javahead in the next cube by wearing an attractively intimidating &lt;a href="http://www.rubystuff.com/shirts.html">"R&amp;uuml;by: Speed-metal coding" T-shirt&lt;/a> (Yes! It's the heavy-metal umlaut!)&lt;/li>
&lt;li>&lt;a href="http://www.rubystuff.com">Browse around&lt;/a> and see what's there.&lt;/li>
&lt;/ul>
&lt;p>General info is &lt;a href="http://www.rubystuff.com/about.html">here&lt;/a>.&lt;/p>
&lt;p>Enjoy,&lt;/p>
&lt;a href="http://www.jamesbritt.com">James Britt&lt;/a>

&lt;hr />
 &lt;p style='font-size:smaller'>         
  This RSS item should not contain any advertisements, paid links to commercial products, stupid JavaScript/CSS pop-up crap, or other forms of annoying content.  If you see any ads embedded in this item, they have been added by the feed reader, not the content owner, who does not appprove the use of this RSS feed in this manner.  Please complain to the owner of the feed reader, and do not patronize any of the advertisers.  &lt;/p>
  </description>
</item>
 </channel>
</rss>

