diff --git a/R/xml_parse.R b/R/xml_parse.R index faa92e0..7efc145 100644 --- a/R/xml_parse.R +++ b/R/xml_parse.R @@ -41,7 +41,7 @@ #' @param verbose When reading from a slow connection, this prints some #' output on every iteration so you know its working. #' @param options Set parsing options for the libxml2 parser. Zero or more of -#' \Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_parse_options())} +#' \Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_parse_options())} #' @return An XML document. HTML is normalised to valid XML - this may not #' be exactly the same transformation performed by the browser, but it's #' a reasonable approximation. diff --git a/man/read_xml.Rd b/man/read_xml.Rd index 467b927..d596704 100644 --- a/man/read_xml.Rd +++ b/man/read_xml.Rd @@ -55,7 +55,7 @@ encoding directive, this allows you to supply a default.} \item{as_html}{Optionally parse an xml file as if it's html.} \item{options}{Set parsing options for the libxml2 parser. Zero or more of -\Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_parse_options())}} +\Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_parse_options())}} \item{base_url}{When loading from a connection, raw vector or literal html/xml, this allows you to specify a base url for the document. Base