[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Assign if-test result value to a variable


Subject: RE: [xsl] Assign if-test result value to a variable
From: "Levesque, Gary R" <gary.r.levesque@xxxxxxxxxx>
Date: Thu, 28 Jul 2005 13:12:33 -0700

 That fixed me up..
Thanks for the catch!
Gary


>GARY LEVESQUE
The Boeing Co.-Rocketdyne Division
Eng. Design Services-Dept 902
>*818 586-2693
>

-----Original Message-----
From: Torsten Schassan [mailto:a2345447@xxxxxxxxxxxxxxxxxx]
Sent: Wednesday, July 27, 2005 11:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Assign if-test result value to a variable

Gary,

> <xsl:call-template name="RevisionRecord"/> <xsl:with-param
> name="revcache" select="RevisionLetter" />

you have to "include" the with-param in the call-template, right now it
is
"parallel":

<xsl:call-template name="RevisionRecord">  <xsl:with-param
name="revcache" select="RevisionLetter" /> </xsl:call-template>

Grets, Torsten

-----
Wexelblat's Scheduling Algorithm:
Choose two:   Good / Fast / Cheap
-----
Torsten Schassan (Projekt Handschriftendatenbank/MASTER) Herzog August
Bibliothek, Postfach 1364, D-38299 Wolfenbuettel
Tel.: +49-5331-808-117, schassan at hab dot de


Current Thread