Subject: RE: select in the <xsl:param /> tag
From: "Martinez, Brian" <brian.martinez@xxxxxxxxxxx>
Date: Thu, 3 Jul 2003 09:50:41 -0600
|
> From: Simon Kelly [mailto:kelly@xxxxxxxxxx]
> Sent: Thursday, July 03, 2003 9:10 AM
> Subject: select in the <xsl:param /> tag
>
>
> Am I right in saying that declaring the <xsl:param /> tag as
> follows will
> make the named node set default to null if the template is
> called without
> the <xsl:with-param /> tag.
>
> <xsl:param name="node-set" select=".." />
This would create a node-set rooted at the parent of the context node, so
it's not null. In fact I don't believe this could ever be null, since all
nodes except the root must have one parent.
> or is it
>
> <xsl:param name="node-set" select="" />
This isn't legal XSLT--the select attribute must be non-empty.
cheers,
b.
| brian martinez brian.martinez@xxxxxxxxxxx |
| lead gui programmer 303.357.3548 |
| cheap tickets, part of trip network fax 303.357.3380 |
| 6560 greenwood plaza blvd., suite 400 englewood, co 80111 |
| cendant travel distribution services http://www.cheaptickets.com/ |
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|