[xsl] Re: How to call a template that can generate a file name from an element

Subject: [xsl] Re: How to call a template that can generate a file name from an element
From: Ian Lang <ianplang@xxxxxxxxx>
Date: Sat, 17 Jan 2004 08:44:00 -0800 (PST)
Oh how embarssing.  Some how I missed reading digest
29 where Wendell pointed out my problem.  All is well
when I change to:
   <xsl:template name="createBaseFrameFileName">
     <xsl:param name="element"/>
     <xsl:value-of select="$element/@name"/>
   </xsl:template>

Appologies and thanks for the help.

Ian
(who is going back to XPath school...)


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread