Skip to content

options "XML_PARSE_HUGE" is not a valid option #463

@guslipkin

Description

@guslipkin

Reading deeply nested HTML says to use the option XML_PARSE_HUGE but when that option is given, I get an error that it's not a valid option. I believe it should recommend HUGE as it indicates in #44.

'https://fortress.maptive.com/ver4/data.php?operation=get_address_list&data_id=1809031&map_id=1808397&bounds=21.583321,-98.848933,40.352775,-85.950984&zoom=6&shared_map=1&group=all&lat_col=28&lng_col=29&name_col=0&group_col=1&pie_chart=0&aggregation=-1&search_bounds=&q=&ss_type=3&data=true&show_all_when_zoomed=1' |>
  rvest::read_html(options = list('XML_PARSE_HUGE'))
#> Error in `rvest::read_html()`:
#> ✖ `options` XML_PARSE_HUGE is not a valid option.
#> ℹ Valid options are one of "RECOVER", "NOENT", "DTDLOAD", "DTDATTR",
#>   "DTDVALID", "NOERROR", "NOWARNING", "PEDANTIC", "NOBLANKS", "SAX1",
#>   "XINCLUDE", "NONET", "NODICT", "NSCLEAN", "NOCDATA", "NOXINCNODE", "COMPACT",
#>   "OLD10", …, "IGNORE_ENC", or "BIG_LINES".
#> ℹ See read_html (`?xml2::read_html()`) for all options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions