This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem using param passed


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]