Bug 100074 - [NEW PORT] textproc/p5-XML-XPathEngine: A re-usable XPath engine for DOM-like trees
Summary: [NEW PORT] textproc/p5-XML-XPathEngine: A re-usable XPath engine for DOM-like...
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-07-11 11:30 UTC by gslin
Modified: 2006-07-11 15:59 UTC (History)
1 user (show)

See Also:


Attachments
p5-XML-XPathEngine-0.03.shar (3.40 KB, text/plain)
2006-07-11 11:30 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-07-11 11:30:09 UTC
This module provides an XPath engine, that can be re-used by other
module/classes that implement trees.

In order to use the XPath engine, nodes in the user module need to
mimick DOM nodes. The degree of similitude between the user tree and a
DOM dictates how much of the XPath features can be used. A module
implementing all of the DOM should be able to use this module very
easily (you might need to add the cmp method on nodes in order to get
ordered result sets).

This code is a more or less direct copy of the XML::XPath module by
Matt Sergeant. I only removed the XML processing part to remove the
dependency on XML::Parser, applied a couple of patches, renamed a
whole lot of methods to make Pod::Coverage happy, and changed the docs.

Author:	Michel Rodriguez, <mirod@cpan.org>
WWW:	http://search.cpan.org/dist/XML-XPathEngine/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 11:36:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-11 15:59:13 UTC
State Changed
From-To: open->closed

New port added. Thank You.