import { type DomSerializerOptions } from "https://deno.land/x/html_parser@v0.1.3/src/DomSerializer.ts";
Properties
Treat the input as an XML document; enables the emptyAttrs
and selfClosingTags
options.
If the value is "foreign"
, it will try to correct mixed-case attribute names.