library(XML)
gctorture(TRUE)
b = newXMLNode("bob", namespace = c(r = "http://www.r-project.org", omg = "http://www.omegahat.org"))
addChildren(b, newXMLNode("el", "Red", "Blue", "Green",
attrs = c(lang ="en")))
#newXMLNode("foo", 1, 2, 3, parent = b)
newXMLNode("foo", "other", parent = b)
b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.