@omnist-dev/omnist
    Preparing search index...

    Interface WriteXmlOptions

    Options for serializing a Document node into XML text.

    interface WriteXmlOptions {
        report?: WriteReport;
        strict?: boolean;
    }
    Index
    report?: WriteReport

    Optional WriteReport accumulator to collect adjustments into.

    strict?: boolean

    If true, throws WriteError if any lossy adjustments are made (e.g. invalid XML tag sanitization).