0.0
A Ruby interface to the OpenX XML-RPC API
2020
2021
2022
2023
2024
2025
0.0
This will parse xml and all attributes into an easily traversable hash
2020
2021
2022
2023
2024
2025
0.0
AXML - Provides a simple, minimalistic DOM for working with data stored in an XML document. The API is very similar to LibXML, differing slightly in the handling of text nodes. It is designed with very large documents in mind: nodes are represented in memory efficient Struct objects and it work...
2020
2021
2022
2023
2024
2025
0.0
A Ruby interface to the OpenX XML-RPC API. Used touchlocal 1.1.2 version as base for adding more API calls to OpenX API from http://developer.openx.org/api/ . It also works with v2 of OpenX API, especially that it now can pass localTZ to the OpenX API which will give back the correct statistics f...
2020
2021
2022
2023
2024
2025
0.0
This gem allows simple access to the European Patent Offices (EPO) Open Patent Services (OPS) using their XML-API
2020
2021
2022
2023
2024
2025
0.17
Compares two XML Nodes (Documents, etc.) for certain semantic equivalencies.
Currently written for Nokogiri, but with an eye toward supporting multiple XML libraries
2020
2021
2022
2023
2024
2025
0.22
This gem is a (partial) implementation of the XMLDsig specification
2020
2021
2022
2023
2024
2025
0.34
Family of libraries that support various formats of XML "feeds".
2020
2021
2022
2023
2024
2025
0.19
Libsaml makes the creation of SAML 2.0 messages easy. The object structure is modeled after the SAML Core 2.0 specification from OASIS. Supported bindings are HTTP-Post, HTTP-Redirect, HTTP-Artifact and SOAP. Features include XML signing, XML verification and a pluggable backend for providers (Fi...
2020
2021
2022
2023
2024
2025
0.19
A (partial)implementation of the XMLENC specificiation
2020
2021
2022
2023
2024
2025
0.29
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
2020
2021
2022
2023
2024
2025
0.04
Wish you could write your Ruby in XML? Has the fact that Ruby is not
"enterprise" got you down? Do you feel like your Ruby code could be made to
be more "scalable"? Well look no further my friend. You've found the
enterprise gem. Once you install this gem, you too can mak...
2020
2021
2022
2023
2024
2025
0.07
Test your XML with Test::Unit, MiniTest, RSpec, or Cucumber using handy assertions like #assert_xml_equal or #assert_xml_structure_contain.
2020
2021
2022
2023
2024
2025
0.27
Tool to merge JUnit XML reports.
2020
2021
2022
2023
2024
2025
0.05
The saml2 library is yet another SAML library for Ruby, with
an emphasis on _not_ re-implementing XML, especially XML Security,
_not_ parsing via Regex or generating XML by string concatenation,
_not_ serializing/re-parsing multiple times just to get it into
the correct format to sign or validate.
2020
2021
2022
2023
2024
2025
0.0
Forces elements in arrays to be output using to_xml on each element if the element responds to to_xml. If an element does not respond to to_xml then a nested XML tag is created with the element's to_s value and the singlarized name of the array as the tag name.
2020
2021
2022
2023
2024
2025
0.2
This gem helps create large (>50) gmail filter chains by writing xml compatible with gmail's "import/export filters" feature.
2020
2021
2022
2023
2024
2025
0.2
acts_as_api enriches the models and controllers of your app in a rails-like way so you can easily determine how your XML/JSON API responses should look like.
2020
2021
2022
2023
2024
2025
0.0
WAX is a simple API for writing XML documents. It is particularly well-suited to writing large XML documents because it doesn't require storing them in a DOM-like structure before outputting them. XML libraries that use that approach can cause the VM to run out of memory when outputting large XM...
2020
2021
2022
2023
2024
2025
0.0
Keeps specified attributes of a model out of to_xml. Do so by aliasing to_xml, and automatically sending in the correct :excludes to the original to_xml method, e.g. :excludes => [:attr1, :attr2, ...]
2020
2021
2022
2023
2024
2025