Biblioteca de referência
Cheatsheet de Workflow XML
Lembretes de lint XML, XPath, XSLT e conversão JSON.
XML declaration
Referência: Common XML header for documents.
<?xml version="1.0" encoding="UTF-8"?> XPath by attribute
Referência: Select elements by attribute.
//*[@id="main"] XPath text
Referência: Read text nodes from matching elements.
//title/text() XSLT output
Referência: Emit selected XML content in a transform.
<xsl:value-of select="title"/>