RE: [xsl] Selecting first descendant text node

Subject: RE: [xsl] Selecting first descendant text node
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Fri, 11 Jan 2002 18:03:57 +0200
Hello!

> how do I select the first descendant text node of an element?
What about that rather ugly pattern:

item//text()[count((ancestor::item[1]//text())[1] | .)=1]

---
Oleg Tkachenko,
Multiconn International, Israel 


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


Current Thread