having parsing xml like below into a struct.
I'm having parsing xml like below into a struct. I tried this function but that just gives me the 1st <Condition's attribute in a resultant struct
<taskConditions>
<Condition name="TUESDAY" conditionEnabled="1" />
<Condition name="THURSDAY" conditionEnabled="1" />
</taskConditions>
ASTR
Condition [, ]
[1]
[2]
Condition_attributes
conditionEnabled 1
name TUESDAY
What happend tp the thursday attributes ?
thanks
