apoc.xml.parse

Function

RETURN apoc.xml.parse(<xml string>, <xPath string>, config, false) AS value

Signature

apoc.xml.parse(data :: STRING?, path = / :: STRING?, config = {} :: MAP?, simple = false :: BOOLEAN?) :: (MAP?)

Input parameters

Name Type Default

data

STRING?

null

path

STRING?

/

config

MAP?

{}

simple

BOOLEAN?

false