[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Testing for following text()

Subject: Re: Testing for following text()
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 31 Oct 2007 17:19:09 +0000
Re:  Testing for following text()
On 31/10/2007, Sascha Mantscheff <922492@xxxxxx> wrote:
> How can I test if there is a text node following and restrict the test
> to a certain parent element?
> In the example I'd like to test if there is text following after the
> <s/> element up to the enclosing end tag of the <b> element.
> This test should fire at the first s element because of the following
> BBB text, but not at the second s element in spite of the following AAA
> text.
> The structure below the b element may contain any number of nesting
> levels and element.
> I'd like to include the test in a template which tackles the s element,
> like <xsl:template match="s[some-test]">
>
> --- Example -------------------------
> <a>
>   aaa
>   <b>
>       bbb
>       <c>
>           ccc
>           </s>
>       </c>
>       BBB
>   </b>
>   AAA
>   <b>
>       bbb
>       <c>
>           ccc
>           <s/>
>       </c>
>   </b>
>    AAA
> </a>
> --- /Example -------------------------
>

well if you want it purely in the template match for <s> then you can do:

match="s[(ancestor::b[1]//text())[last()] >> .]"

...but there's probably a neater solution where you work it out at the
<b> level and then pass down a boolean as a tunnelled parameter.

cheers
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.