aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rexml32/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-rexml32/pkg-descr')
-rw-r--r--textproc/rubygem-rexml32/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/rubygem-rexml32/pkg-descr b/textproc/rubygem-rexml32/pkg-descr
deleted file mode 100644
index bf3143c3967e..000000000000
--- a/textproc/rubygem-rexml32/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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.