FreeBSD.software
Home/textproc/p5-XML-DOM-Lite

p5-XML-DOM-Lite

0.16textproc

Lite Pure Perl XML DOM Parser Kit

XML::DOM::Lite is designed to be a reasonably fast, highly portable, XML parser kit written in pure perl, implementing the DOM standard quite closely. To keep performance up and footprint down. The standard pattern for using the XML::DOM::Lite parser kit is to use XML::DOM::Lite qw(Parser :constants); Available exports are : Parser, Node, NodeList, NodeIterator, NodeFilter, XPath, Document, XSLT and the constants. This is mostly for convenience, so that you can save your key-strokes for the fun stuff. Alternatively, to avoid polluting your namespace, you can simply : use XML::DOM::Lite::Parser; use XML::DOM::Lite::Constants qw(:all); # ... etc

$pkg install p5-XML-DOM-Lite
metacpan.org/release/XML-DOM-Lite
Origin
textproc/p5-XML-DOM-Lite
Size
122KiB
License
ART10, GPLv1+
Maintainer
perl@FreeBSD.org
Dependencies
1 packages
Required by
1 packages

Dependencies (1)

Required By (1)