XML Templates
The Wolfram Language has a rich mechanism for defining and applying XML templates. These templates can be used in HTML and other forms of XML. The XML tagging system supported by the Wolfram Language is set up to be compatible with XML standards and transformation tools.
XMLTemplate — set up an XML template
TemplateApply — apply an XML template
XML Tags
<wolfram:slot> — slot to be filled when the template is applied (TemplateSlot)
<wolfram:expr> — expression to be evaluated (TemplateExpression)
<wolfram:if> — content to include if a test is true (TemplateIf)
<wolfram:sequence> — block of content to repeat (TemplateSequence)
<wolfram:with> — replacements to be used when the template is applied (TemplateWith)
XML Attributes
inserter, combiner — settings for InsertionFunction, CombinerFunction