RE: XPATH question

Subject: RE: XPATH question
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 3 May 2000 14:58:57 +0100
> So I'd like to have the contents of the li tag _before_ the <br> line
> break.
> Can I do this with a XPath expression?

You could try "li/text()[1]" which selects the first text node child of the
<li> element.

Mike Kay


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


Current Thread