XML consist of what are known as "elements." An element consists of a start tag, followed by some content, followed by and end tag. In the example above there are exactly two elements, one representing some text written by Sally and another representing some text written by Harry. Pretty much all XML is part of some XML element.
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!