Subject: Re: [xsl] Recursion From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Wed, 26 Nov 2003 21:19:52 +0100 |
My basic XML is this:...
<Root> <Child1> <Dates> <StartDate>..here is a date/time</StartDate> <EndDate>..here is a date/time</EndDate>
<xsl:call-template name="totalHours"> <xsl:with-param select="Dates/DateSpan/StartDate"
Your XML doesn't have a DateSpan. If this is an omission from the mail then...
<xsl:call-template name="totalHours"> <xsl:with-param name="start" select="$startDate[position()
^^^^^ This should probably be "startDate".
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] Recursion, kakridge | Thread | [xsl] SAXON and heavy xml doc, SHEIKH Sajjad |
RE: [xsl] XSL - using for-each with, Wendell Piez | Date | Re: [xsl] Dynamic Tables, Wendell Piez |
Month |