Hi Jel,
Excellent, excellent, excellent!
Now, if I wanted to modify the DisplayFields template so that not all nodes were displayed, but just (for example) the address fields, how would I modify the template?
<xsl:template name ="DisplayFields">
<xsl:for-each select="*[position()!=1]">...