Subject: Re: Help moving away from named templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 May 2007 21:23:19 +0100
|
> . Maybe this problem is solved
probably, it looks like you just want
<xsl:template match="Record">
however you want a Customer field displayed
</xsl:template>
<xsl:template match="Record[relationship]">
however you want a econtact field displayed
</xsl:template>
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|