fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
539 B
Text
9 lines
539 B
Text
REXML was inspired by the Electric XML library for Java, which features an
|
|
easy-to-use API, small size, and speed. Hopefully, REXML, designed with the same
|
|
philosophy, has these same features. I've tried to keep the API as intuitive as
|
|
possible, and have followed the Ruby methodology for method naming and code
|
|
flow, rather than mirroring the Java API.
|
|
|
|
REXML supports both tree and stream document parsing. Stream parsing is faster
|
|
(about 1.5 times as fast). However, with stream parsing, you don't get access to
|
|
features such as XPath.
|