Dear all,
I hope you are all doing well. Today i got one requirement, for that i need attribute names as below example.
Xml:
<emp>
<emp_details emp_id="101" emp_name="tom" dept="development"/>
</emp>
In the above sample input xml, i want attributes list of emp_deails like.
Attributes
___________
emp_id
emp_name
dept
Thanking you,