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


> Pawson, David writes:
>  > name() returns an empty string if its a comment.
>  > <xsl:variable name="empty" />
>  >  <xsl:if test="name( following-sibling::node()[1]) =$empty">
> 
> but name() also returns empty if its a processing-instruction, doesnt
> it? ditto text()
> 
> but yes, may I could make that work

but shouldn't 

  <xsl:if test="following-sibling::node()[1][self::comment()]">

do the trick? or did i misunderstood the question?

Jarno


 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]