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

Subject: RE: [xsl] Assign if-test result value to a variable
From: Torsten Schassan <a2345447@xxxxxxxxxxxxxxxxxx>
Date: Thu, 28 Jul 2005 08:52:25 +0200
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