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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:56:20+00:00 2026-06-17T20:56:20+00:00

I am reading in an rss feed and the description node of the feed

  • 0

I am reading in an rss feed and the description node of the feed contains html.

article.description = items[n].querySelector("description").textContent;

This is working fine. What I’d like to do is grab the first image src attribute value from the description if one exists.

This involve parsing an html block. I have tried adding jQuery (1.9) locally and it doesn’t work. I’ve tried creating a DOMParser object but it appears this is not accessible.

Any clues how I might go about doing this? I’ve seen a few other similar questions without any real solution.

Summary: need to parse images out of an html string in JavaScript for Windows 8 metro app

  • 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-17T20:56:21+00:00Added an answer on June 17, 2026 at 8:56 pm

    How about this…

    var html = '<div>Some text<img src="http://slickthought.net"/></div>';
    
    var element = document.createElement('div');
    element.innerHTML = html;
    var img = element.getElementsByTagName('img')[0];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw this article pop-up in my MSDN RSS feed, and after reading through
I'm reading and store a RSS feed in my database.I'm using this code <?php
Im receiving an XML RSS feed. One of the tags look like this: <georss:point>55.0794503724671
I've implemented a ListView for reading an rss feed and I would like to
I am reading a RSS feed into nsmutablearray. i want to search the xml
Reading through this excellent article about safe construction techniques by Brain Goetz, I got
from a PHP script I'm downloading a RSS feed like: $fp = fopen('http://news.google.es/news?cf=all&ned=es_ve&hl=es&output=rss','r') or
I'm Reading many rss feed and store these data in database in my site.
I'm reading a rss feed from $homepage = file_get_contents('http://feeds.cbsnews.com/CBSNewsWorld'); $movies = new SimpleXMLElement($homepage); and
I'm reading a rss feed using simple code: <?php $homepage = file_get_contents('http://www.forbes.com/news/index.xml'); $movies =

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.