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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:01:12+00:00 2026-05-30T20:01:12+00:00

I would like to get all the text nodes of a document, but only

  • 0

I would like to get all the text nodes of a document, but only those that are NOT part of a hyperlink.

Test sample:

Hello <a class='foobar' href='foo.html'>foo</a>World Hello foo World

The result text nodes should include the text node with Hello foo World, but not the hyperlink.

I tried "//*[not(@href)]/text()" , but this does not appear to work.

UPDATE

As my answer below (hopefully) explains, my problem was that the query was looking for nodes inside the root node, but not the root node itself. My answer is below.

Andrew came up with a different approach that is probably more clear as to intent.

  • 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-30T20:01:14+00:00Added an answer on May 30, 2026 at 8:01 pm

    you can also exclude parents (which i think is what you were thinking of earlier?), but you need to place the exclusion later (and the shorthand notation doesn’t seem to work in this context):

    //text()[not(parent::a)]
    

    for example:

    > cat foo.xml 
    <b>
    <a href="href">baz</a>
    text
    <c>foo<a href="href">bar</a>here</c>
    more
    </b>
    
    > xpath foo.xml "//text()[not(parent::a)]"
    Found 5 nodes:
    -- NODE --
    
    -- NODE --
    
    text
    -- NODE --
    foo-- NODE --
    here-- NODE --
    
    more
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to select all nodes, that have text in them. In this
Given an HTML page I would like to get all the 'x' files that
I would like to basically get all the events that i get invited to
I am trying to write an XQuery which would find all text nodes that
I would like to get all possible available currencies. Java 7 had provided such
I have a list of parent/child IDs and would like to get all child
I would like to decompile a .swf file and get all the images from
I would like to get a help from you all. The below is the
I would like to get the dimensions (coordinates) for all the HTML elements of
I would like to get a reference to all objects in the Java heap,

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.