ti = xmlParse("data/job.xml")
tt = as(xmlParse("data/job.xml"), "XMLHashTree")
tp = xmlTreeParse("data/job.xml")
xmlValue(xmlRoot(ti)[[1]][[1]][["Update"]])
xmlValue(xmlRoot(tt)[[1]][[1]][["Update"]])
xmlValue(xmlRoot(tp)[[1]][[1]][["Update"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.