File: README

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (16 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
REXML is an XML parser for Ruby, in Ruby.

URL: http://www.germane-software.com/~ser/software/rexml
Author: Sean Russell <ser@germane-software.com>
Version: 1.2.5
Date: *2002-11

Short Description:
Why did I write REXML?   At the time of this writing, there were already 
two XML parsers for Ruby. The first is a Ruby binding to a native XML
parser.  This is a fast parser, using proven technology. However,
it isn't very portable. The second is a native Ruby implementation, but 
I didn't like its API very much.  I wrote REXML for myself, so that I'd
have an XML parser that had an intuitive API.

--- SER