Hello, Im trying to parse out XML data with PHP. I can pull the title, description of each node etc. But each node also includes <thumbnail>path to thumbnail</thumbnail> and i need to pull out that path...can somebody lead me in th right direction? Thank You, -Tim
I'm not sure if this will apply to PHP but in Java using DOM it would be something like: yourtag.getFirstChild().getTextContent();