参考资料库
XML 工作流速查表
XML lint、XPath、XSLT 和 JSON 转换提醒。
XML declaration
参考: Common XML header for documents.
<?xml version="1.0" encoding="UTF-8"?> XPath by attribute
参考: Select elements by attribute.
//*[@id="main"] XPath text
参考: Read text nodes from matching elements.
//title/text() XSLT output
参考: Emit selected XML content in a transform.
<xsl:value-of select="title"/>