diff options
Diffstat (limited to 'devel/rubygem-nori/pkg-descr')
-rw-r--r-- | devel/rubygem-nori/pkg-descr | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/rubygem-nori/pkg-descr b/devel/rubygem-nori/pkg-descr index e1044fa8fefe..8214c6b6b8eb 100644 --- a/devel/rubygem-nori/pkg-descr +++ b/devel/rubygem-nori/pkg-descr @@ -1 +1,6 @@ -XML to Hash translator. +Really simple XML parsing ripped from Crack, which ripped it from Merb. + +Nori supports pluggable parsers and ships with both REXML and Nokogiri +implementations. + +It defaults to Nokogiri since v2.0.0, but you can change it to use REXML. |