Sample XML:
<SampleXML formID="SDF" formType="R" ID1="12" ID2="999abc" endDate="2018-01-01T00:00:00" Seq="1" ID3="" Name="" Title="" Email="" Date="2018-01-01T00:00:00" xsi:noNamespaceSchemaLocation="Schemas/RDF.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<123>
<value>Shubham</value>
<statement>Questions</statement>
</123>
<456>
<value>studio</value>
<statement>Questions</statement>
</456>
<789>
<value>Tiwari</value>
<statement>Questions</statement>
</789>
</SampleXML>
@ppr : I referred your solution in following article:
but after a point where it reaches ,<456> for which there is no value input from datatable as I don’t intent to update it but the next node <789> I get the error. Error: Assign xDoc descendants: Sequence contains no elements. This error is coming in assign where we get descendants in variable.
Can you please suggest the solution(urgent), reason or updated logic to do this?
TIA,
Shubham