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
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_xml_load
- Owner: SixArm
- License: other
- Created: 2012-03-15T20:47:24.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:29:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T00:24:07.646Z (over 1 year ago)
- Topics: extensions, gem, load, ruby, xml
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 375 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
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'