vxml_html_repair

Best-effort HTML string repairs for XML-oriented parsing.

Values

pub fn html_repair(content: String) -> String

Best-effort repair for common HTML syntax that blocks XML-oriented parsers.

pub fn html_repair_close_void_tags(content: String) -> String
pub fn html_repair_escape_non_entity_ampersands(
  content: String,
) -> String
pub fn html_repair_expand_boolean_attrs(
  content: String,
) -> String
pub fn html_repair_remove_attrs_from_closing_tags(
  content: String,
) -> String
Search Document