8000 Simple way to create nodes · Issue #131 · r-lib/xml2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Simple way to create nodes #131

New issue

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

Closed
hadley opened this issue Sep 30, 2016 · 2 comments
Closed

Simple way to create nodes #131

hadley opened this issue Sep 30, 2016 · 2 comments

Comments

@hadley
Copy link
Member
hadley commented Sep 30, 2016

Maybe:

xml_create_node("li", class = "blah")
@jimhester
Copy link
Member

I thought we decided not to support free nodes due to GC issues? Or would this be basically the equivalent of xml_new_document() %>% xml_add_child("li", class = "blah") %>% xml_root()?

@hadley
Copy link
Member Author
hadley commented Dec 12, 2016

Yeah, that's what I was thinking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0