Bertrand,
many thanks for your help,

<xsl:template match="@*|node()">
  <xsl:copy>
    <xsl:apply-templates select="@*|node()"/>
  </xsl:copy>
</xsl:template>

your solution worked a treat 

you might be more successful with very specific
subject lines and "as concise as possible" questions instead

Point taken.  So the more experienced I become, the  more concise my questions. Don't you just love experience! ;-)

regards

Andrew

Reply via email to