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: testing node type


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@computing-services.oxford.ac.uk]
> Sent: 22 September 2000 11:13
> To: xsl-list@mulberrytech.com
> 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

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