R
rubyist101
I'm looking for a simple and easy to use xml creator/parser
library for Ruby.
My program doesn't need all bells&whistles offered by
complex libraries, rather a way to manage structured data
and transfer it in a portable fashion among different
hardware architectures.
Basically, I need these functions:
1. Create a xml structure.
2. Add/delete an item to/from the structure.
3. Assign a value to a given item.
4. Move an item/substructure from a structure to a
different one (or to a different level of the same structure)
5. Parse the structure (find an item by name or by value, etc).
Any suggestions greatly appreciated.
Thanks in advance.
library for Ruby.
My program doesn't need all bells&whistles offered by
complex libraries, rather a way to manage structured data
and transfer it in a portable fashion among different
hardware architectures.
Basically, I need these functions:
1. Create a xml structure.
2. Add/delete an item to/from the structure.
3. Assign a value to a given item.
4. Move an item/substructure from a structure to a
different one (or to a different level of the same structure)
5. Parse the structure (find an item by name or by value, etc).
Any suggestions greatly appreciated.
Thanks in advance.