xsl-list
[Top] [All Lists]

RE: Assign if-test result value to a variable

2005-07-27 23:52:25
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

--~------------------------------------------------------------------
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>