Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6815739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:50:34+00:00 2026-05-26T20:50:34+00:00

Inside a for-each-group statement in XSLT2 the focus changes to a set of representative

  • 0

Inside a for-each-group statement in XSLT2 the focus changes to a set of representative elements, one from each group. This means that, for example, last() returns the number of groups (because that equals the number of representative elements, and hence the “size” of the focus). Position() returns (essentially) the group number because it is the position of the representative element for the group under discussion within the sequence of representative elements, etc.

My question is whether it is possible to reference the set of those representative elements in an Xpath2 statement. Something like current-group() except containing the set of all representative elements (one from each group) rather than the set of all elements from the current group.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:50:35+00:00Added an answer on May 26, 2026 at 8:50 pm

    Well inside the for-each-group you process each group and not all groups. Thus to find the first item in all groups you would need

    <xsl:variable name="reps" as="node()*">
      <xsl:for-each-group select="foo" group-by="bar">
        <xsl:sequence select="."/>
      </xsl:for-each-group>
    </xsl:variable>
    

    in my understanding.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep finding that if I have nested divs inside each other, and one
I have this code which will include template.php file from inside each of these
I have a UIButton that is created inside of each table cell. I want
I've got a whole bunch of elements that I need to group, but because
i have this code: $(.link).each(function() { group += 1; text += 1; var links
I have a radiobutton group in Android that I populate with data from a
I have a ListView composed of LinearLayouts. Inside each is an ImageView, TextView and
I have 5 movieclips called row1, row2, ..., row5. Inside each row are the
OK, I have a list ( <ul> ) then inside each <li> element I
appendTo() causes flicker when it is inside $.each.... $.each(jsob.Table, function(i, employee) { $('<div class=resultsdiv><br

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.