Vik's XPath Presentation

Posted by Vik Fri, 16 May 2008 02:43:00 GMT

SAX

  • No formal specification
  • Requires less memory, because the whole document is not stored in memory
  • Better for larger files
  • some processing and validation requires the whole file anyway, which DOM already does (XSLT, XPath)

DOM

  • Used by JavaScript to dynamically change a web page

NQXML

  • Not Quite XML
  • Only real competition for REXML
  • Home page says to use REXML now, as it is included with Ruby

Slides

14 comments |

Flat Filer

Posted by Nathan Powell Sat, 26 Apr 2008 02:08:00 GMT

Andy Libby from Tangeis LLC was kind enough to give a talk at the most recent cprb meeting on a gem he wrote called FlatFiler.

The gem is released under the MIT license and available via github.

The purpose of the gem is to consume and produce fixed width data files from disparate customers. It also contains ways to use it with ActiveRecord.

The presentation can be found here.

13 comments |

Initial Post

Posted by Nathan Powell Sun, 06 Apr 2008 05:46:00 GMT

Welcome to the cprb (Central PA Ruby Brigade) web site.

Please stay tuned to our rss feed to keep up with current events!

Happy Hacking!

15 comments |