
ruby vs rails
文章平均质量分 82
talentxie
这个作者很懒,什么都没留下…
展开
-
使用REXML在ruby中处理xml
REXML简要说明1、解析XML文件require "rexml/document"file = File.new( "mydoc.xml" )doc = REXML::Document.new file2、解析XML字符串require "rexml/document"include REXML # so that we dont have to prefix everything with转载 2008-05-05 15:41:00 · 2892 阅读 · 0 评论 -
REXML Tutorial
OverviewAbstractThis is a tutorial for using REXML, a pure Ruby XML processor.IntroductionREXML was inspired by the Electric XML library for Java, which features an easy-to-use API, smal原创 2008-05-06 14:36:00 · 1556 阅读 · 0 评论