xml

Provides functions for working with XML files.

Summary
xmlProvides functions for working with XML files.
Types
DocumentRepresents an XML document.
Functions
parseParse the given string as an XML document.

Types

Document

Represents an XML document.

Functions

parse

FUNCTION parse(s: String): Document

Parse the given string as an XML document.

FUNCTION parse(s: String): Document
Parse the given string as an XML document.
Close