protected property QueryPathXmlParser::$queryPathOptions in Feeds extensible parsers 8
Options passed to QueryPath.
Type: array
File
- src/
Feeds/ Parser/ QueryPathXmlParser.php, line 31
Class
- QueryPathXmlParser
- Defines a XML parser using QueryPath.
Namespace
Drupal\feeds_ex\Feeds\ParserCode
protected $queryPathOptions = [
'ignore_parser_warnings' => TRUE,
'use_parser' => 'xml',
'strip_low_ascii' => FALSE,
'replace_entities' => FALSE,
'omit_xml_declaration' => TRUE,
'encoding' => 'UTF-8',
];