Sometimes you want to create a number of different documents with the same basic format but different content. That is, the names of elements and attributes are the same from document to document, but the values of those elements and attributes vary.
To create this sort of "dynamic document" you start with a standard static document...
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!