Re: problem using param passed

Subject: Re: problem using param passed
From: Mike Brown <mike@xxxxxxxx>
Date: Sat, 1 Jul 2000 12:31:03 -0600 (MDT)
> > <xsl:apply-templates select="Article/ArticleTitle" mode="fieldInNewLine">
> >        <xsl:with-param name="fieldName">Article Title:</xsl:with-param>
> >        <xsl:with-param name="whichNode">Author</xsl:with-param>
> > </xsl:apply-templates>
> 
> This form passes a string.

To be precise, maybe strings are what was intended, but it's actually
passing 2 result tree fragments, each consisting of 1 text node.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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


Current Thread