anjasing
(Anjali)
1
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! ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)
ppr
(Peter Preuss)
2
@anjasing
You need to handle the XML Namespaces as described here:
anjasing
(Anjali)
3
Below is the XML content. Can you please help here?
==================XML Content ===============
<SAP:Error xmlns:SAP=“http://sap.com/30” >
SAP:CategoryXIProxy</SAP:Category>
SAP:AdditionalText/
SAP:StackError during proxy </SAP:Stack>
SAP:RetryM</SAP:Retry>
</SAP:Error>
========================================
I’ve tried but it’s giving issue. If you can help here!
ppr
(Peter Preuss)
4
please share the XML as text file or use the </>
from editor for properly sharing the snippet. Thanks
anjasing
(Anjali)
5
xml.txt (428 Bytes)
Thank you so much for helpingg…
anjasing
(Anjali)
7
Thank you so much…for the help … It really helped a lot. ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12)
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.