Registry / serialization / saxerator

saxerator

JSON →
library0.9.9rbrubygemsunverified

Saxerator is a streaming XML-to-hash parser designed for working with very large XML files by providing Enumerable access to manageable chunks of the document.

gem install saxerator
INSTALL
IMPORT
SIG · SAXERATOR
S
saxerator
serializationrubyv0.9.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Saxerator
require 'saxerator'

Parse a large XML file and iterate over <item> elements

require 'saxerator' parser = Saxerator.parser(File.new('large.xml')) parser.for_tag(:item).each { |item| puts item['name'] }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
saxerator — gem install saxerator · libregistry