diff options
Diffstat (limited to 'textproc/ruby-quixml/pkg-descr')
-rw-r--r-- | textproc/ruby-quixml/pkg-descr | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/ruby-quixml/pkg-descr b/textproc/ruby-quixml/pkg-descr deleted file mode 100644 index 0f04992158c6..000000000000 --- a/textproc/ruby-quixml/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -QuiXML is an XML library for Ruby written in C, utilizing the expat -library for parsing XML string buffers. It uses only Ruby native data -structures to store its XML data internally, so how they are generated -is completely open. The library both parses and generates XML, -precisely or with pretty printing and automatic encoding/decoding -special characters (<, >, &, ', and "). Transmutations to/from -attribute string values and Ruby objects can occur when -reading/writing XML, allowing for a limited degree of object -marshalling. Element path addressing makes it easy to find one or -more nodes using literal strings, regular expressions or any other -object which supports Ruby case-equality to match against XML node -names and attributes. - -Author: sdodell <sean@celsoft.com> -WWW: http://quixml.rubyforge.org/ |