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?)
Function
RETURN apoc.xml.parse(<xml string>, <xPath string>, config, false) AS value
apoc.xml.parse(data :: STRING?, path = / :: STRING?, config = {} :: MAP?, simple = false :: BOOLEAN?) :: (MAP?)