This may be a very basic question. So please excuse me for the noobness. I'm trying to get myself familiar with xml traversing. Suppose I've this node
[content]
 <img src="some url" />
 <a href="some link">Some link</a>
 Some text after the link.
[/content]
As you can see, the node contains a mixture of text and tags. So I was wondering if I could target the img tag within that node and get it's src attribute?
I'm using simplexml to read the xml file.
If I do just $xml->content, the browser is showing an image, a link and the text. So I was hoping there was some option to "find" the <img> tag within the content node.
UPDATE
Okay. I think I might have used the wrong technical terms. Are RSS feeds are XML one and the same? I'm getting the XML feed from this URL
 
     
    