XmlMini


Files

Description

XmlMini

This is a derivitive work of XmlSimple 1.0.11

Author:Joseph Holsten <joseph@josephholsten.com>
Copyright:Copyright (c) 2008 Joseph Holsten
Copyright:Copyright (c) 2003-2006 Maik Schmidt <contact@maik-schmidt.de>
License:Distributes under the same terms as Ruby.

Methods

Constants

CONTENT_KEY

'__content__'.freeze

Public Instance methods

parse (string)

Parse an XML Document string into a simple hash

Same as XmlSimple::xml_in but doesn‘t shoot itself in the foot, and uses the defaults from ActiveSupport

string:XML Document string to parse