Registry / serialization / ruby-xslt

ruby-xslt

JSON →
library0.9.10rbrubygemsunverified

A simple XSLT class based on libxml and libxslt for transforming XML documents.

gem install ruby-xslt
INSTALL
IMPORT
SIG · RUBY-XSLT
R
ruby-xslt
serializationrubyv0.9.10
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.

XML::XSLT
require 'xml/xslt'

Transform an XML file using an XSLT stylesheet

require 'xml/xslt' xslt = XML::XSLT.new() xslt.xml = 'input.xml' xslt.xsl = 'transform.xsl' puts xslt.serve()
Debug
Known issues
gotchaRequires libxml2 and libxslt C libraries to be installed on the system.
fix
Install libxml2-dev and libxslt1-dev via your package manager before installing the gem.
affects: >= 0.9.0
Upgrade
Version history
0.9.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
ruby-xslt — gem install ruby-xslt · libregistry