Create a xmlr object tree based on parsing events
endDocument()Event signalling parsing has completed
endElement(name)end element event; @param name the element name
startDocument()Event signalling parsing has begun
startElement(name, attributes)start element event; @param name the element name, @param attributes a named list of attributes
text(text)text event; @param text the character content of the Text node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.