Advertisement

12.13.2007 at 12:50PM PST, ID: 23022129
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

How do I capture a portion of a plain HTML as an RSS-like feed

Asked by slick_moe in Extensible Markup Language (XML), Hypertext Markup Language (HTML), Cold Fusion Markup Language

Tags:

I'm trying to capture a dynamic section of a web page and display that content on another.  For example example.html has "articleX."  ArticleX changes periodically.  I want to display only articleX on another webpage... so just a link to example.html won't work.  There is a static beginning and ending around articleX as you can see in the code.  Is there a way to strip out everything above and below the article, and only display the content I want?  I'm thinking of this in terms of an RSS aggregator type fuctionality.  Any suggestions?Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
everything above this tag is not wanted
 
<!-- Begin Web Content -->
 
<table>
 
<tr>
<td><table border='0' width='100%'></table></td>
</tr>
<tr>
<td><h3>COASTAL WATERS FORECAST</h3>
</td>
</tr>
<tr>
<td>
This is the content that I want displayed.</td>
 
</tr>
</table>
<!-- End Web Content -->
 
nothing below this tag is wanted.  I only want what's between "Beginning of Web Content" and "End Web Content"
 
Loading Advertisement...
 
[+][-]12.13.2007 at 02:24PM PST, ID: 20468285

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Extensible Markup Language (XML), Hypertext Markup Language (HTML), Cold Fusion Markup Language
Tags: coldfusion
Sign Up Now!
Solution Provided By: mkishline
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628