Skip to content

romanbsd/xml-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= XmlSimple - Easy API to maintain XML (especially configuration files)

I have translated the original Perl version of this module (XML::Simple)
to Ruby, because I often have to work with XML files and the approach
of XML::Simple was one of the best I have ever seen. It only provides
two functions (xml_in and xml_out), that let you convert XML strings into
a nice memory structure and vice versa.

For further information and a really nice tutorial have a look into the
doc directory of the distribution.

== Installation

See INSTALL.

== License

XmlSimple is Copyright (c) 2003-2011 Maik Schmidt. It is free software,
and may be redistributed under the terms specified in the README file
of the Ruby distribution.

== Warranty

This software is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantibility and fitness for a particular
purpose.

About

Easy API for working with XML documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.5%
  • JavaScript 3.5%