RubyGems Navigation menu

xml-motor 0.1.2

=begin == A new short XML Parsing Algorithm implemented directly in >500 lines. An easy-to-use XML Parser without any Native Dependencies. = [How To Use]: * http://justfewtuts.blogspot.in/2012/03/xml-motor-what-it-is-how-why-should-you.html == Loading: * $ gem install xml-motor * 'require' the 'xml-motor' = Usage: == [[ To Search Just One QUERY ]] * nodes_array = XMLMotor.get_node_from_file "_XML_FILE_" * nodes_array = XMLMotor.get_node_from_file "_XML_FILE_", "ATTRIB_KEY=ATTRIB_VALUE" * nodes_array = XMLMotor.get_node_from_content "_XML_DATA_" * nodes_array = XMLMotor.get_node_from_content "_XML_DATA_", "ATTRIB_KEY=ATTRIB_VALUE" == [[ To Search More Than One QUERIES ]] * str = {XML_DATA} * nodes_ = XMLMotor.splitter str * tags_ = XMLMotor.indexify nodes_ * nodes_array = XMLMotor.xmldata nodes_, tags_, "_TAG_" * nodes_array = XMLMotor.xmldata nodes_, tags_, "_TAG_", "ATTRIB_KEY=ATTRIB_VALUE" = 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"] =end

Gemfile:
= Copy to clipboard Copied!

instalar:
=

Versões:

  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)
Mostrar todas as versões (14)

Donos:

Autores:

  • abhishekkr

SHA 256 checksum:

fc889d8ccb50c44b7e9c22502e21664486afe60cd3b2d97a299f9cc222e8a20d

Total de downloads 44.526

Desta versão 2.883

Licenças:

N/A

Versão Requerida do Ruby: Nenhum

Links: