svg = newXMLNode("svg")
newXMLPINode("xml-stylesheet", 'href="rw.css"', parent = svg)
cat(saveXML(svg))
svg = newXMLNode("svg")
newXMLPINode("xml-stylesheet", 'href="rw.css"', parent = svg, at = 0)
cat(saveXML(svg))
svg = newXMLNode("svg")
newXMLPINode("xml-stylesheet", 'href="rw.css"', parent = svg, at = 1)
cat(saveXML(svg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.