Tutorial: How To Dynamically Generate an XML Document
Step 2 of 3
To place dynamic content in an element, use the "tnwrite" keyword, which is short for "text node write." This is because the blocks of text that make up the content of an XML document known as text nodes.
Note: The sample code in this tutorial makes use of the Tectonic programming language
(featured in the Delve SOA Fast-Prototyping Toolkit)
Not sure exactly what the heck XML is? Get started with this
excellent wikipedia article:
> Click Here!