toXmlString

fnstring toXmlString(XmlNode node, XmlWriteOptions options = XmlWriteOptions.init) @safe

Serializes a DOM node to an XML string.

Parameters

nodeNode to serialize.
optionsWrite options.

Returns

XML string.