2009-03-12から1日間の記事一覧

Meteorの修正

文字列まわりを見直し中、微妙にスピードアップ。#本日中にgithubにて公開予定

Meteorのサンプル(HTMLの場合)

test_html.rb #!bin ruby # -* coding: UTF-8 -*- require 'rubygems' require 'meteor' pf = Meteor::ParserFactory.new pf.parser(Meteor::Parser::HTML,'test.html', 'UTF-8') ps = pf.parser('test') elm_hello = ps.element('id','hello') elm_hello.at…