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


> > 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?

What's wrong with
<xsl:if test="following-sibling::node()[1][self::comment()]"/>

Mike Kay


 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]