CheerioOptions
Options accepted by Cheerio.
Please note that parser-specific options are only recognized if the relevant parser is used.
interface CheerioOptions extends HTMLParser2Options, Parse5Options {
xml?: HTMLParser2Options | boolean;
}§Properties
§
xml?: HTMLParser2Options | boolean
[src]Suggested way of configuring htmlparser2 when wanting to parse XML.