Re: [xsl] When test expression

Subject: Re: [xsl] When test expression
From: "Paul Dupuy, Jr." <PDupuy@xxxxxxxxxxx>
Date: Thu, 29 Mar 2001 12:16:15 -0800
Thanks for your reply Jeni.

> One other thing.  In your XSLT sample you use:
> 
>   <xsl:node-name />
> 
> which isn't an XSLT instruction.  I think you mean:
> 
>   <xsl:value-of select="name()" />

The suggested instruction generates an error.

Michael Kay helpfully pointed out that it appears I'm 
using WD-xsl (I'm using the MSXML3 component): 

   xmlns:xsl="http://www.w3.org/TR/WD-xsl";

What's the difference? Perhaps this is the source of 
failure for those particular instructions? Could you give 
me a pointer to a source for WD-xsl rules/syntax? (I've 
been using Kay's *XSLT Programmer's Reference*.)

Thanks for your time,

Paul 



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread