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]

Re: When test expression


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]