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

Ask A Question

Stats

  • Questions 124k
  • Answers 124k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Are you running on OS 3.0? I saw the same… May 12, 2026 at 1:19 am
  • Editorial Team
    Editorial Team added an answer It looks like you need to register Apache::Session::Memcached with Apache::Session::Wrapper,… May 12, 2026 at 1:19 am
  • Editorial Team
    Editorial Team added an answer Use DATENAME or DATEPART: SELECT DATENAME(dw,GETDATE()) -- Friday SELECT DATEPART(dw,GETDATE())… May 12, 2026 at 1:19 am

Related Questions

I need to count the number of elements in an XML file that have
I am trying to paginate the results of an SQL query for use on
Imagine I have the following 3 tables in SqlServer: Customer (CustomerID, FirstName, LastName) Address
I want to ask how other programmers are producing Dynamic SQL strings for execution

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.