You are here

protected property FeedsExQueryPathXml::$queryPathOptions in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/FeedsExQueryPathXml.inc \FeedsExQueryPathXml::queryPathOptions

Options passed to QueryPath.

Type: array

File

src/FeedsExQueryPathXml.inc, line 18
Contains FeedsExXml.

Class

FeedsExQueryPathXml
Parses XML documents with QueryPath.

Code

protected $queryPathOptions = array(
  'ignore_parser_warnings' => TRUE,
  'use_parser' => 'xml',
  'strip_low_ascii' => FALSE,
  'replace_entities' => FALSE,
  'omit_xml_declaration' => TRUE,
  'encoding' => 'UTF-8',
);