Document.parseStrict

Parses well-formed UTF-8, case-sensitive, XML or XHTML Will throw exceptions on things like unclosed tags.

class Document
void
parseStrict
(
string data
,
bool pureXmlMode = false
)
Suggestion Box / Bug Report