Please Help with XML

et_

Member
Joined
Feb 16, 2007
Messages
15
I have an xml parser that parses the following file:

Code:
<?xml version="1.0"?>
<records><image signid="6DBAE77E-EA03-4549-9CBA-1BB811C8F10D">
<signtype>Banner</signtype>
<signtypecustom></signtypecustom>
<sizeheight>24</sizeheight>
<SizeWidth>60</SizeWidth>
</image>
</records>

I can grab everything in this xml file, except signid....
Ive looked everywhere to figure out how to do this.

please help :confused: :confused:
 
Last edited by a moderator:
Back
Top