我想在Ruby中使用xquery解析xml文件,我找到了这个lib ruby-xquery。但它没有详细记录。有谁能告诉我一些如何使用API的例子?
谢谢!
答案 0 :(得分:2)
Zorba XQuery处理器还有一个ruby绑定:http://www.zorba-xquery.com/html/documentation/2.5.0/ruby/ruby_test_8rb-example
例如,http://www.zorba-xquery.com/html/demo处的应用程序由rails上的ruby提供支持。源代码位于https://code.launchpad.net/~zorba-coders/zorba/web-try.zorba-xquery.com
答案 1 :(得分:1)
似乎没有维护xquery,我建议查看Nokogiri进行解析和使用xml。它易于使用,有很多例子,并且记录得非常好。
http://nokogiri.org/
http://nokogiri.org/tutorials
甚至有关于使用nokogiri的Railscast:)
http://railscasts.com/episodes/190-screen-scraping-with-nokogiri/