Subject: RE: testing node type
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 22 Sep 2000 14:24:17 +0100
|
> > 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
| Current Thread |
- RE: testing node type, (continued)
- Pawson, David - Fri, 22 Sep 2000 12:49:21 +0100
- Pawson, David - Fri, 22 Sep 2000 13:24:15 +0100
- Linda van den Brink - Fri, 22 Sep 2000 14:40:23 +0200
- Kay Michael - Fri, 22 Sep 2000 14:24:17 +0100 <=
- Pawson, David - Fri, 22 Sep 2000 14:25:41 +0100
- Linda van den Brink - Fri, 22 Sep 2000 16:26:31 +0200
- Pawson, David - Fri, 22 Sep 2000 16:16:51 +0100
|
|