aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Smart/pkg-descr
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-13 10:56:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-13 10:56:57 +0000
commit5fabb2872afd81956988b09992b3a434d5282823 (patch)
treec9b265e489ba91c94c75e98460e347239fdfaa1e /textproc/p5-XML-Smart/pkg-descr
parent5e6da598a61948368d1aea633235013182d8effb (diff)
Add p5-XML-Smart
A Smart, easy and powerful way to access/create XML files/data. PR: 57847 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=91021
Diffstat (limited to 'textproc/p5-XML-Smart/pkg-descr')
-rw-r--r--textproc/p5-XML-Smart/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-XML-Smart/pkg-descr b/textproc/p5-XML-Smart/pkg-descr
new file mode 100644
index 000000000000..ee31028bd1ad
--- /dev/null
+++ b/textproc/p5-XML-Smart/pkg-descr
@@ -0,0 +1,18 @@
+This module has an easy way to access/create XML data. It's based on the HASH
+tree that is made of the XML data, and enable a dynamic access to it with the
+Perl syntax for Hashe and Array, without needing to care if you have a Hashe or
+an Array in the tree. In other words, each point in the tree work as a Hash and
+an Array at the same time!
+
+The module alson handle automatically binary data (encoding/decoding to/from
+base64), CDATA (like contents with <tags>) and Unicode. It can be used to
+create XML files, load XML from the Web (just pasting an URL as a file path)
+and it has an easy way to send XML data through socket, just adding the length
+of the data in the <?xml?> header.
+
+You can use XML::Smart with XML::Parser, or with the 2 standart parsers of
+XML::Smart:
+
+WWW: http://search.cpan.org/dist/XML-Smart/
+
+Author: Graciliano M. P. <gm@virtuasites.com.br>