xsl-list
[Top] [All Lists]

Re: xsl templates match does not work

2005-04-06 09:17:11


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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>