seratch's weblog in Japanese

About Scala, Java and Ruby programming in Japaense. If you need English information, go to http://blog.seratch.net/

2012-03-05から1日間の記事一覧

Nokogiri で XML のパース導入編

「Ruby で XML をパースしたい」ということで(蛇足気味ですが)調べたメモを公開します。 公式ドキュメント http://nokogiri.org/ https://github.com/tenderlove/nokogiri 前提条件 libxml2 と libxslt が必要です。CentOSであれば以下のように準備します…

libxml-ruby で XML のパース導入編

「Ruby で XML をパースしたい」ということで(蛇足気味ですが)調べたメモを公開します。 公式ドキュメント http://libxml.rubyforge.org http://libxml.rubyforge.org/rdoc/ 前提条件 libxml2 が必要です。CentOSであれば以下のように準備します。 yum ins…