Subject: Re: xsl templates match does not work
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 6 Apr 2005 17:17:11 +0100
|
You have a template called summaryTable but you don't show how (or if)
that template is executed.
that has
<xsl:apply-templates select="total_due"/>
which will work if total_due selects a total_due eleemnt which it will
if total_due is a child of the current node, ie the current node is
a row node.
I would guess that is not the case in your styleseet but that has to be
a guess since you don't show the relevant bits.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|