feeds_xpathparser.module in Feeds XPath Parser 8
Same filename and directory in other branches
Parse an XML or HTML document using XPath.
File
feeds_xpathparser.moduleView source
<?php
/**
* @file
* Parse an XML or HTML document using XPath.
*/
/**
* Implements hook_hook_info().
*/
function feeds_xpathparser_hook_info() {
return array(
'feeds_xpathparser_filter_domnode' => array(
'group' => 'feeds_xpathparser',
),
);
}
Functions
Name | Description |
---|---|
feeds_xpathparser_hook_info | Implements hook_hook_info(). |