View Single Post
Old 03-18-2009, 08:54 PM   #1 (permalink)
ezia
The Visitor
Newcomer 
 
Join Date: Mar 2009
Posts: 1
Thanks: 0
ezia is on a distinguished road
Default XML help! How to get elements from an xml

Hey, I was wondering how you get certain elements from an xml file.

Say I had

Code:
<title>Hello!</title>

<body>Woop Woop</title>

<footer>Hey there</footer>
How could I just get the <title>Hello</title> From this xml file?
ezia is offline  
Reply With Quote