J
Joe
I have a ComboBox which is bound to a XmlDatasource. The XML has 3
attributes: name, location, value. I have name and location bound to the
ComboBox.
Now what I want to do is get the name/location for the node with value = 9.
It doesn't seem like the XmlDatasource has any methods for iterating over
the nodes.
Is there any easy way to do this?
The XMl is simple:
<Parent>
<child name="" location="" value=""/>
<child name="" location="" value=""/>
<child name="" location="" value=""/>
</Parent>
Thanks,
Joe
attributes: name, location, value. I have name and location bound to the
ComboBox.
Now what I want to do is get the name/location for the node with value = 9.
It doesn't seem like the XmlDatasource has any methods for iterating over
the nodes.
Is there any easy way to do this?
The XMl is simple:
<Parent>
<child name="" location="" value=""/>
<child name="" location="" value=""/>
<child name="" location="" value=""/>
</Parent>
Thanks,
Joe