diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 16:17:16 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 16:17:16 +0000 |
commit | 95f76f6b03510cd390de83bc0c44ff4cd5b37a2f (patch) | |
tree | cd053af964cc314811db907591449f8ebab17979 /textproc/p5-XML-Node/pkg-descr | |
parent | 1dbeb6248ddec23ecd850437a425a99a66a3de78 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Node/pkg-descr')
-rw-r--r-- | textproc/p5-XML-Node/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-XML-Node/pkg-descr b/textproc/p5-XML-Node/pkg-descr new file mode 100644 index 000000000000..b0c86abc662d --- /dev/null +++ b/textproc/p5-XML-Node/pkg-descr @@ -0,0 +1,17 @@ +XML::Node is a Perl5 module which provides a simplified extension interface +to XML::Parser. + +Paraphrasing the README: + + Instead of worrying about "start", "end", and "char" callbacks of every + single XML node, you can simply say that you only want to be notified when + a path is found. + + Using XML::Node, you can ignore the parts of XML files that you are not + interested in. Additionally, you can register a variable instead of a + callback function. The corresponding string found in an XML file will be + automatically appended to your variable. + +Author: Chang Liu <liu@ics.uci.edu> + +-- Johann Visagie <johann@egenetics.com> |