B
barnum
Hi,
I have an XML doc with a node with several unknown attributes, e.g.
<Fruit banana="true" apple="false" lemon="true" />
Is there a .NET-method to iterate over the attributes without knowing
their names?
(XPathNavigator.GetAttribute requires that I know what attribute to
look for.)
Thanks!
I have an XML doc with a node with several unknown attributes, e.g.
<Fruit banana="true" apple="false" lemon="true" />
Is there a .NET-method to iterate over the attributes without knowing
their names?
(XPathNavigator.GetAttribute requires that I know what attribute to
look for.)
Thanks!