Bug 56446

Summary: New port: PEAR class provided an XPath/DOM XML manipulation
Product: Ports & Packages Reporter: Alex Miller <asm>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Alex Miller 2003-09-04 17:50:11 UTC
This is an XML parser based on PHP's built-in xml extension.  It
supports two basic modes of operation: "func" and "event".  In "func"
mode, it will look for a function named after each element
(xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags), and
in "event" mode it uses a set of generic callbacks.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-08 03:28:12 UTC
State Changed
From-To: open->closed

Commited, thanks!