apoc.xml.parse
Syntax |
|
||
Description |
Parses the given XML |
||
Arguments |
Name |
Type |
Description |
|
|
The XML data to parse. |
|
|
|
An xPath expression. The default is: |
|
|
|
A config map describing whether or not to fail on an encountered error; { failOnError = true :: BOOLEAN } The default is: |
|
|
|
Specify simple mode to make XML elements accessible via a property of the element name prefixed with an |
|
Returns |
|