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 87847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:28:02+00:00 2026-05-10T22:28:02+00:00

How can I count how many previous FootNoteReference nodes there are in an xml

  • 0

How can I count how many previous FootNoteReference nodes there are in an xml doc such as this…

<MyDoc> <title>&lt;Big Title&gt;</title> <head>Objective</head> <head2>&lt;Heading&gt;</head2> <head>Introduction</head> <Para>     asdf asdf asdf asd<FootNoteReference />asdf asdf asfd asfd  </Para> <head>Overview</head> <Para>     &lt;Begin with a definition of the class to which<FootNoteReference /> the categories belong, if required.&gt; </Para> <Para>&lt;List the different categories to be taught.&gt;</Para> <Heading1>&lt;Category 1&gt;</Heading1> <Para>&lt; som neodolal a celé ozdobené spústou prachu v jednom preso&gt;</Para> <Para>&lt;Provide examples, if required.&gt;</Para> <Heading1>&lt;Category 2&gt;</Heading1> <Para>&lt; som neodolal a celé ozdobené spústou prachu v jednom preso&gt;</Para> <Para>&lt;Provide examples, if required.&gt;</Para> <Heading1>&lt;Category 3&gt;</Heading1> <Para>     &lt;Provide a description<FootNoteReference /> of the third category as outlined in the list.&gt; </Para> <Para>&lt;Provide examples, if required.&gt;</Para> <head>Summary</head> <ListItem type='ul'>&lt;Summarize the definition, if applicable.&gt;</ListItem> <ListItem type='ul'>&lt; som neodolal a celé ozdobené spústou prachu v jednom preso<FootNoteReference />.&gt;</ListItem> <ListItem type='ul'>&lt; som neodolal a celé ozdobené spústou prachu v jednom preso&gt;</ListItem></MyDoc> 

Notice how the FootNoteReference node is nested at different levels. I know if they were all nested at the same level I could do: count(preceding-sibling::*[local-name() = 'FootNoteReference'])

Thanks!

  • 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. 2026-05-10T22:28:02+00:00Added an answer on May 10, 2026 at 10:28 pm

    Use the ‘preceding‘ axis:

            count($vNode/preceding::FootNoteReference)

    is the number of FootNoteReference elements that precede the node referenced by $vNode.

    If the node is a descendent of any FootNoteReference element and you want also to count its ancestor FootNoteReference elements, then the occurences of the FootNoteReference element on the ‘ancestor‘ axis should also be accounted for, and this will be accomplished by the following XPath expression:

         count($vNode/preceding::FootNoteReference
                 |
                   $vNode/ancestor::FootNoteReference)

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

Sidebar

Related Questions

Is there a way I can count how many ungraded essays there are to
I can't count how many times I may have erroneously done this: for i
I can count the rows in the dataset that the table consumes, but this
Can I count on string arrays within the strings.xml resource file to be parsed/deserialized
How can I count how many lines of text a <pre> tag contains? I
How can I count how many calls of a cmd file? I'm struggling with
How can I count how many rows are returned by a dataset and then
taken a string example as 550e8400-e29b-41d4-a716-446655440000 how can one count how many - chars
Is there a way to get the count of different facets in solr? This
I have a table and can count the number of rows using var count

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.