An open API service indexing awesome lists of open source software.

https://github.com/sixarm/sixarm_ruby_xml_load

SixArm.com » Ruby » XML#load methods to load documents, elements, attributes
https://github.com/sixarm/sixarm_ruby_xml_load

extensions gem load ruby xml

Last synced: over 1 year ago
JSON representation

SixArm.com » Ruby » XML#load methods to load documents, elements, attributes

Awesome Lists containing this project

README

          

# SixArm.com → Ruby →
XML#load methods to load documents, elements, attributes

* Doc:
* Gem:
* Repo:

## Introduction

XML load methods:

* XML.load_dir: load XML documents from one or more directory paths and file paths.
* XML.load_elements: load XML elements from a file and with an xpath selector.
* XML.load_attributes: load XML attributes from a file and with an xpath selector.
* XML.load_attributes_array: load XML attributes into an array
* XML.load_attributes_hash: load XML attributes into a hash of name value pairs.

For docs go to

Want to help? We're happy to get pull requests.

## Install

### Gem

To install this gem in your shell or terminal:

gem install sixarm_ruby_xml_load

### Gemfile

To add this gem to your Gemfile:

gem 'sixarm_ruby_xml_load'

### Require

To require the gem in your code:

require 'sixarm_ruby_xml_load'