parse

Parses the specified content as an XML document.

This wrapper function improves the behavior of the library implementation that XML well-formedness violations either result in a range error or are not properly indicated.

parse
(
string content
)

Throws

XmlException on well-formedness violation.

Meta