Flow PHP

Deprecated

Table of Contents

src/adapter/etl-adapter-xml/src/Flow/ETL/Adapter/XML/XMLReaderExtractor.php

XMLReaderExtractor.php

Line Element Reason
34 XMLReaderExtractor::__construct()

Use XMLParserExtractor instead, XMLReaderExtractor can't properly handle reading remote files since it requires a local file.

In order to iterate only over nodes us root/elements/element.

$xmlNodePath does not support attributes and it's not xpath, it is just a sequence of node names separated with slash.

Search results