PARSE_XML
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Parse a string with XML document.
Syntax
PARSE_XML[<type>](<string>)
Example
PARSE_XML[record(a: double)]("""<a>1.0</a>""") // (a: 1.0)