Question
xml parse
Hi i am setting variable from a xml post using
xmlObj.XmlRoot.authentification[1].XmlChildren[0]["XmlText"]
but i really need to specify the name of the child rather than the index, just not sure how to do this, i have tried
xmlObj.XmlRoot.authentification[1].XmlChildren["master"]["XmlText"]
any ideas?
xmlObj.XmlRoot.authentification[1].XmlChildren[0]["XmlText"]
but i really need to specify the name of the child rather than the index, just not sure how to do this, i have tried
xmlObj.XmlRoot.authentification[1].XmlChildren["master"]["XmlText"]
any ideas?
