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]
Other format: [Raw text]

Re: use variable in <xsl:if test=


On Sat, Mar 02, 2002 at 07:37:21AM +0000, Jeni Tennison wrote:

A fine explanation.

I would just add that, since it sounds like you want to have values
passed to the stylesheet from an external process, you should 
probably be using <xsl:param> elements instead of <xsl:variable>.
<xsl:param>s are defined and used just like <xsl:variable>s. The
differences are that:

 1) An <xsl:param> can receive a value passed from outside the
    stylesheet (for global parameters) or outside the template
    (for local ones).

 2) Local parameters must be immediate children of an <xsl:template>
    element, and must precede all other child elements of the
    template.

Best of luck.

-- 
Matt Gushee
Englewood, Colorado, USA
mgushee@havenrock.com
http://www.havenrock.com/

 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]