Bug 102326 - [NEW PORT] textproc/p5-XML-DOM-Lite: Lite Pure Perl XML DOM Parser Kit
Summary: [NEW PORT] textproc/p5-XML-DOM-Lite: Lite Pure Perl XML DOM Parser Kit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-20 16:10 UTC by gslin
Modified: 2006-08-22 08:08 UTC (History)
1 user (show)

See Also:


Attachments
p5-XML-DOM-Lite-0.11.shar (3.35 KB, text/plain)
2006-08-20 16:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-20 16:10:15 UTC
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

WWW:	http://search.cpan.org/dist/XML-DOM-Lite/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-20 16:10:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-22 08:08:55 UTC
State Changed
From-To: open->closed

New port added. Thank You.