[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xsl:if with params

Subject: RE: xsl:if with params
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 24 Sep 2004 15:29:49 +0100
xsl with params
> So, when i'm making
> 
>       <xsl:if test="$main">
> 
> what am i saying in english?
> 

You are saying: when I convert the value of $main to a boolean, is the
result true?

The values that convert to false (in 1.0) are the boolean false(), the
number 0, a zero-length string, and an empty node-set. Everything else
converts to true.

When you specify a stylesheet parameter like this:

   <xsl:param name="p"/>

then the default value (if the caller supplies no value) is a zero length
string.

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.