Subject: Syntax Assistance Needed
From: "Scott Purcell" <spurcell@xxxxxxxxxxxxx>
Date: Fri, 17 May 2002 08:45:25 -0500
|
Hello,
I have the following code
<xsl:if test="label[.!='']">
I am picking up a project from someone else, and I cannot find the meaning of
[.!='']
I have searched quite hard to find out what the . means but never found it. Could someone please explain what that means and what the '.' period means. As it is used in quite a few other lines.
eg <xsl:when test="item_type[.='user_art']">
Thanks,
Scott
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|