Function parseXml

  • Parse an XML document in a object structure. The generated object has a hierarchy to match the XML. Where the XML has multiple of the same tag name an array of elements named after the tag is generated.

    Parameters

    • xml: string

      The XML to parse

    Returns any

    The generated object

Generated using TypeDoc