freebsd-ports/devel/pear-XML_XPath/pkg-plist
Edwin Groothuis f0b2ff48eb New port: PEAR class provided an XPath/DOM XML manipulation
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.

PR:		ports/56446
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2003-09-08 02:28:24 +00:00

9 lines
287 B
Text

%%PEARDIR%%/XPath.php
%%PEARDIR%%/XPath/common.php
%%PEARDIR%%/XPath/error.php
%%PEARDIR%%/XPath/result.php
%%PKGREGDIR%%/package.xml
%%PORTDOCS%%%%PEARDIR%%/docs/XML_XPath/XML_XPath_example.php
@dirrm %%PEARDIR%%/XPath
@dirrm %%PKGREGDIR%%
%%PORTDOCS%%@dirrm %%PEARDIR%%/docs/XML_XPath