RubyGems Navigation menu

xml-motor 0.0.2

A new short XML Parsing Algorithm implemented directly in >500 lines. An easy-to-use XML Parser without any Native Dependencies. [How To Use]: \ Loading: + $ gem install xml-motor + 'require' the 'xml-motor' \ Usage: + To find values of an xml node from an xml file XMLMotor.get_node_from_file , + To find values of an xml node from an xml string \ XMLMotor.get_node_from_content , + To find values of an xml node with a tag_name having required attribute XMLMotor.get_node_from_content , , "=" Example Calls As Code: + XMLMotor.get_node_from_content "<a>a</a><b><a>ba</a></b>", "A" \ RETURNS: ["a", "ba"] + XMLMotor.get_node_from_content "<a>a</a><b><a>ba</a></b>", "B.A" RETURNS: ["ba"] + XMLMotor.get_node_from_content "<a>a</a><b><a>ba</a></b>", "A", "i='1'" RETURNS: ["a"]

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.6 - August 20, 2012 (8.5 KB)
  2. 0.1.5 - August 15, 2012 (8.5 KB)
  3. 0.1.4 - June 04, 2012 (8.0 KB)
  4. 0.1.3 - April 12, 2012 (8.5 KB)
  5. 0.1.2 - April 12, 2012 (8.5 KB)
  6. 0.0.2 - November 06, 2011 (6.0 KB)
显示所有版本 (共 14 个)

业主:

作者:

  • abhishekkr

SHA 256 校验和:

0e73da1e53e2317281f956f68e42ba7e34257aa8de1e266cded2679de7160847

下载总量 44,595

这个版本 2,958

许可:

需要的 Ruby 版本:

链接: