Bug 56446 - New port: PEAR class provided an XPath/DOM XML manipulation
Summary: New port: PEAR class provided an XPath/DOM XML manipulation
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-04 17:50 UTC by Alex Miller
Modified: 2003-09-08 03:28 UTC (History)
0 users

See Also:


Attachments
file.shar (3.12 KB, text/plain)
2003-09-04 17:50 UTC, Alex Miller
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!