03-18-2009, 08:54 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Mar 2009
Posts: 1
Thanks: 0
|
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?
|
|
|
|