.github/ISSUE_TEMPLATE.md

Issue Description and Expected Result

Reproducible Example

<!-- If possible include a small example of the error and R code which reproduces the problem.

See How to Make a Great Reproducible Example

Example:

library(xml2)
x <- read_xml("<x><y/><z/></x>")
b <- xml_find_first(x, "//zz")
b
#> {xml_missing}
#> <NA>

-->

Session Info

devtools::session_info() # Paste output below
#> output



hadley/xml2 documentation built on June 13, 2025, 4:04 a.m.