Hi, I’ve this XML File which has tags as SAP:Stack and while I am passing value as below it’s giving me issue
Var = xDocError.Descendants(“SAP:Stack”).toList
Issue: Assign: The ‘:’ character, hexadecimal value 0x3A, cannot be included in a name.
P.S.>> It has all tags in the same format only
for e.g. SAP:Retry; SAP:Stack etc
Please help!