You are here

feeds_xpathparser.module in Feeds XPath Parser 8

Same filename and directory in other branches
  1. 6 feeds_xpathparser.module
  2. 7 feeds_xpathparser.module

Parse an XML or HTML document using XPath.

File

feeds_xpathparser.module
View 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

Namesort descending Description
feeds_xpathparser_hook_info Implements hook_hook_info().