Hello Experts,
I have an XML Document named ErrorRowsXml as below. I need to check the existence of the node ERROR_DETAIL in C#. How can I do that.
Thank you very much in advance.
- <ERROR_REPORT>
- <ERRORS STATUS="TRUE">
<ERROR CODE="" DESC="" />
</ERRORS>
<ERROR_DETAIL FIELD_NO="" ERROR_MESSAGE="" FIELD_NAME="" />
</ ERROR_REPORT >