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]
Other format: [Raw text]

RE: Selecting first descendant text node


Hello Oleg,

>> how do I select the first descendant text node of an element?
>
>item//text()[count((ancestor::item[1]//text())[1] | .)=1]

And yet again I'm made aware of the fact that it's always the most
simplest things that I usually fail in...

It indeed works! And maybe in two weeks or so, I'll also have gotten to
the point where I understand why.

Thank you VERY much!

Regards, Christian.



 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]