We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(xml2) x <- read_xml("<a><b/></a>") xml_remove(xml_find_all(x, ".//c"))
Also need to handle missing nodes, and all attribute settors etc.
The text was updated successfully, but these errors were encountered:
Add missing methods for xml_missing objects
3560249
Addresses part of #134, still need to account for zero length nodesets.
98ee82c
No branches or pull requests
Also need to handle missing nodes, and all attribute settors etc.
The text was updated successfully, but these errors were encountered: