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

RE: Count Ancestors Up To But Not Including a Given Ty

Subject: RE: Count Ancestors Up To But Not Including a Given Type
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 5 Feb 2008 09:52:13 -0000
RE:  Count Ancestors Up To But Not Including a Given Ty
Perhaps

<xsl:for-each-group select="reverse(ancestor::*[self::ol|self::ul])"
group-adjacent="node-name()">
  <xsl:if test="position()=1">
    <xsl:sequence select="count(current-group())"/>
  </xsl:if>
</xsl:for-each-group>

That is, partition the ancestors into runs of ol or ul, and then get the
length of the first run.

Michael Kay
http://www.saxonica.com/

> -----Original Message-----
> From: Eliot Kimber [mailto:ekimber@xxxxxxxxxxxx] 
> Sent: 05 February 2008 07:18
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Count Ancestors Up To But Not Including a Given Type
> 
> Maybe it's the lateness of the hour but I'm finding myself 
> stymied on what I hope is relatively simple check.
> 
> In DITA, as in many doctypes, you can have nested lists of the form:
> 
> <ol>
>   <li>
>    <ol>
>     <li>
>     </li>
>    </ol>
>   </li>
> </ol>
> 
> As well as an intermixing of different list types, e.g.:
> 
> <ol>
>   <li>
>    <ul>
>     <li>
>      <ol>
>       <li>
> 
> 
> What I need to do is determine, for a given li, its depth of 
> nesting within unbroken ancestry of a given list type.
> 
> Thus, int the first example, the deepest li is a level 2 
> because it has two ancestor <ol> elements with no intervening 
> <ul> (or other non-list element that might occur within <li> 
> and itself contain a list). In the second example, the 
> deepest <li> is a level one because there is an intervening 
> <ul> between the two <ol> ancestors.
> 
> I can't for the life of me figure out either a single 
> expression or a recursive function that will return the 
> correct answer.
> 
> What bit of logic am I failing to see? I am using XSLT 2.
> 
> Thanks,
> 
> ELiot
> 
> --
> Eliot Kimber
> Senior Solutions Architect
> "Bringing Strategy, Content, and Technology Together"
> Main: 610.631.6770
> www.reallysi.com
> www.rsuitecms.com

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.