mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Error message: ===> gitlab-ce-17.7.0 depends on package: rubygem-rexml>=3.3.2<3.4 - not found Make rubygem-rexml version 3.3 available for a specific port for gitlab.
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.
|