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:
=

install:
=

Versions:

  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 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 KB)
Show all versions (14 total)

Owners:

Authors:

  • abhishekkr

SHA 256 checksum:

=

Total downloads 45,979

For this version 3,039

Version Released:

Licenses:

N/A

Required Ruby Version: None

Links: