Hi Team,
I'm having the parameter's list in one of the master detail table, I want to generate the xml tags for Parameter name & value. Could you please help us on this?
Xml:
<pub:item>
<pub:name>p_from_date</pub:name>
<pub:values>
<pub:item>10-01-2019</pub:item>
</pub:values>
</pub:item>
I want to generate the above xml with multi records
Regards,
Praveen