rss.xml ... difficulty reading it

vbMarkO

Well-known member
Joined
Aug 19, 2005
Messages
157
Need help guys as this one is kicking my rear ... I am sure I am simply over looking whats in front of me but hey ... I am here now asking for insight

Here is my result of the Rss.xml sorry its so much

OOOPS it said it was to much ... so the link below in the code will take you to xml so you can see what I am up against ...


I fear if I dont show the whole thing I might leave out something important.

Info I am needing is found within each of these blocks

Code:
<content type="xhtml" xml:lang="en-US" xml:base="http://tpdblog.typepad.com/most_wanted/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>Name:</strong> Ronald James Bodine<a href="http://tpdblog.typepad.com/.a/6a00d83451c5bd69e2010536bfad74970b-pi" style="FLOAT: right">
            <img alt="Bodine_Ronald" class="at-xid-6a00d83451c5bd69e2010536bfad74970b" src="http://tpdblog.typepad.com/.a/6a00d83451c5bd69e2010536bfad74970b-320wi" style="MARGIN: 0px 0px 5px 5px" />
          </a> <br />  <br />
          <strong>Race:</strong> White <br />
          <strong>Sex:</strong> Male <br />
          <strong>Age:</strong> 49 <br />
          <strong>DOB:</strong> 10-19-59 <br />
          <strong>Height:</strong> 5
 
That has got to be one of the worst examples of XML I have seen for a while - they really havent made you job easy by pretty much using html not xml for the feed.

To be honest you might find it easier to just load the feed into a string and manually parse the contents rather than using the xml classes.
 
Back
Top