
In this slide, we have a very simple XML document and a very simple XSLT stylesheet. Take a minute to think about what the output document might look like if we apply this stylesheet to the input document on the left.
As you probably can guess, the stylesheet shown on the right is going to
transform the input tree shown on the left into the elements within the
<xsl:template>. Over the next two slides, we will go over this
process step-by-step