top = newXMLNode("a")
#d = newXMLNode("d", newXMLTextNode("With text as an explicit node"), parent = top)
newXMLCDataNode("x <- 1\n x > 2", parent = top)
o = newXMLNode("ol", parent = top)
rm(top)
gc()
print(o)
print(xmlParent(o))
gc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.