Construct a comment node
Construct a comment node
xml_comment(content)
content |
The comment content |
x <- xml_new_document() r <- xml_add_child(x, "root") xml_add_child(r, xml_comment("Hello!")) as.character(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.