Subject: Re: pre/post text
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 31 May 2005 17:49:21 +0100
|
How do I query for preceding and suceeding text
surrounding an element?
depending what you mean
../text() is all such nodes
or
preceding-sibling::node()[1][self::text()]
following-sibling::node()[1][self::text()]
are the immediately following and preceding nodes if they are text, and
empty otherwise
david
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
| Current Thread |
- pre/post text
- jpk - 31 May 2005 16:45:37 -0000
- David Carlisle - 31 May 2005 16:52:10 -0000 <=
|
|