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:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  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)
Mostrar todas las versiones (14 total)

Propietarios:

Autores:

  • abhishekkr

SHA 256 checksum:

0e73da1e53e2317281f956f68e42ba7e34257aa8de1e266cded2679de7160847

Total de descargas 44.477

Para esta versión 2.951

Licencias:

N/A

Versión de Ruby requerida: Ninguno

Enlace: