RE: testing node type

Subject: RE: testing node type
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Fri, 22 Sep 2000 11:55:12 +0100
name() returns an empty string if its a comment.
<xsl:variable name="empty" />
 <xsl:if test="name( following-sibling::node()[1]) =$empty">


HTH DaveP

> -----Original Message-----
> From: Sebastian Rahtz
> [mailto:sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
> Sent: 22 September 2000 11:13
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: testing node type
> 
> 
> Am I being dense, or is there no obvious way to test a node type?
> 
> I want to see if
> 
>  following-sibling::node()[1]
> 
> is a comment or not. is there way to test that?
> 
> sebastian
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread