xmlTreeParse("<doc><a> & < <?pi > </doc>")
tryCatch(xmlTreeParse("<doc> <a> </doc>", asText = TRUE), error = function(e) print(class(e)))
tryCatch(xmlTreeParse("<doc> <a> </doc>", asText = TRUE),
error = function(e) print(class(e)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.