Link to home
Start Free TrialLog in
Avatar of jockmahon01
jockmahon01Flag for United States of America

asked on

accessing specific nodes of xml

i have  

 XmlRequest.XmlRoot.XmlChildren[i].XmlChildren[1]

where this is in a loop the XmlChildren[1] specifies a specific node and because they are in a specific order its ok but is there a way i can access the child by a name ie

XmlRequest.XmlRoot.XmlChildren[i].XmlChildren['name']  
ASKER CERTIFIED SOLUTION
Avatar of Pkotian
Pkotian

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial