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

  • Home
  • SEARCH
  • 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 3317922
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T22:38:39+00:00 2026-05-17T22:38:39+00:00

I have a div like this: <div class=widget-archive-monthly widget-archive widget> <h3 class=widget-header>Monthly <a href=http://myblog.com/blogs/my_name/archives.html>Archives</a></h3>

  • 0

I have a div like this:

    <div class="widget-archive-monthly widget-archive widget"> 
    <h3 class="widget-header">Monthly <a href="http://myblog.com/blogs/my_name/archives.html">Archives</a></h3> 
    <div class="widget-content"> 
        <ul> 
            <li><a href="http://myblog.com/blogs/my_name/2010/10/">October 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/09/">September 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/08/">August 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/07/">July 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/06/">June 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/05/">May 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/04/">April 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/03/">March 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/02/">February 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2010/01/">January 2010</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/12/">December 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/11/">November 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/10/">October 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/09/">September 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/08/">August 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/07/">July 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/06/">June 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/05/">May 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/04/">April 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/03/">March 2009</a></li> 
            <li><a href="http://myblog.com/blogs/my_name/2009/02/">February 2009</a></li> 
        </ul> 
    </div> 
</div> 

I’m trying to get the href values inside the widget-content div.

How would I target these links using xpath and ignore any other link on the page such as the one for “Archives” so that I end up just with these values:

        http://myblog.com/blogs/my_name/2010/10/
        http://myblog.com/blogs/my_name/2010/09/
        http://myblog.com/blogs/my_name/2010/08/
        http://myblog.com/blogs/my_name/2010/07/
        ... etc ...
  • 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-17T22:38:41+00:00Added an answer on May 17, 2026 at 10:38 pm
    //div[@class="widget-content"]//a/@href
    

    That should give you the href values of links that are ONLY inside the widget-content DIV.

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

Sidebar

Related Questions

I have form like this : <div id='add_field' class='locbutton'><a href='#' title='Add'>Add</a></div> <div id='remove_field' class='locbutton2'><a
I have following html snippet: <div class=rsw-pp rsw-pp-widget> <div g:type=AverageStarRating g:secondaryurls=http://maps.google.com/?cid=12948004443906002997 g:decorateusingsecondary=http://maps.google.com/?cid=12948004443906002997 g:groups=maps g:rating_override=2.998000
I have some mark up like this: <div id=columns> <ul id=column1 class=column> <li class=widget
I have dynamically generated div tags which looks something like this: <div class=widget widget_1>
I have something like this currently: <div class = className style = position: absolute;
i have my html something like this... <div class = content> <div class =
I have several blocks that look like this: <div class='templatechoicedesigncss'> <img src='/images/templatepics/random(100x140).png' /> <p>
I have a div like this... <div class=user> <div class=info> ..... </div> <div class=edit>
I have a div like this: <div id=popupDiv1 class=popupDivClass> <a id=popupDivClose class=popupCloseClass>x</a> </div> When
I have a div like this <section class=item_container> <article class=item> <h2>Page Title</h2> <p><a class=delete_page

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.