[ 源代码: libxml-xpathengine-perl ]
软件包:libxml-xpathengine-perl(0.14-2)
libxml-xpathengine-perl 的相关链接
Debian 的资源:
下载源码包 libxml-xpathengine-perl:
- [libxml-xpathengine-perl_0.14-2.dsc]
- [libxml-xpathengine-perl_0.14.orig.tar.gz]
- [libxml-xpathengine-perl_0.14-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
re-usable XPath engine for DOM-like trees
XML::XPathEngine 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 mimic DOM nodes. The degree of similarity 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 module is derived from Matt Sergeant's XML::XPath.