xsl-list
[Top] [All Lists]

RE: Assign if-test result value to a variable

2005-07-28 13:12:33
 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(_at_)smail(_dot_)uni-koeln(_dot_)de] 
Sent: Wednesday, July 27, 2005 11:52 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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

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


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