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.5KB)
  2. 0.1.5 August 15, 2012 (8.5KB)
  3. 0.1.4 June 04, 2012 (8KB)
  4. 0.1.3 April 12, 2012 (8.5KB)
  5. 0.1.2 April 12, 2012 (8.5KB)
  6. 0.0.2 November 06, 2011 (6KB)
全てのバージョンを表示(全14件)

所有者:

作者:

  • abhishekkr

SHA 256チェックサム:

=

累計ダウンロード数 45,979

このバージョンのみ 3,039

このバージョンがリリースされたのは:

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: