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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:48:28+00:00 2026-06-01T11:48:28+00:00

how to get the links from these nodes: script <- getURL(www.r-bloggers.com) doc <- htmlParse(script)

  • 0

how to get the links from these nodes:

script <- getURL("www.r-bloggers.com")
doc <- htmlParse(script)
li <- getNodeSet(doc, "//ul[@class='xoxo blogroll']")

thanks in advance for any hints.

  • 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-06-01T11:48:29+00:00Added an answer on June 1, 2026 at 11:48 am

    You can extract the a elements and call xmlGetAttr on them.

    library(RCurl)
    library(XML)
    script <- getURL("www.r-bloggers.com")
    doc <- htmlParse(script)
    li <- getNodeSet(doc, "//ul[@class='xoxo blogroll']//a")
    sapply(li, xmlGetAttr, "href")
    

    You can also use xpathApply directly:

    xpathSApply(doc, 
      "//ul[@class='xoxo blogroll']//a", 
      xmlGetAttr, "href"
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am try to get all links from webpage with Html Agility Pack, after
I am trying get all html links within a string and replace them using
I am trying get all html links within a string and replace them using
Could anyone share some links on how to get started using QPID? I have
I have a number of links which I would like to get some information
I'd like to get to all the a href links within the html string
What combination of html and IE8 settings get IE8 to open links in a
I am trying to get the html value of a linked clicked. The links
My Python / SQLAlchemy application manages a set of nodes, all derived from a
I am porting a tcl script to python, because I can't seem to get

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.