Construct a cdata node
Construct a cdata node
xml_cdata(content)
content |
The CDATA content, does not include |
x <- xml_new_root("root") xml_add_child(x, xml_cdata("<d/>")) as.character(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.