ctParseXml

fnXmlDocument ctParseXml(string xml)()

A CTFE-compatible wrapper for parsing XML strings at compile time.

Parameters

xmlThe XML string literal to parse.

Returns

An XmlDocument representing the parsed XML.