So i've been making a XML output with the output layout/format/styling like this
<HAI>
<TIME_SK>
<INSERT_DATE>
20191021
</INSERT_DATE>
<SRC_STM_ID>
1
</SRC_STM_ID>
<HAI>
<TIME_SK>
<INSERT_DATE>
20191021
</INSERT_DATE>
<SRC_STM_ID>
1
</SRC_STM_ID>
but i wanted to make the output like this
<HAI>
<TIME_SK>
<INSERT_DATE> 20191021</INSERT_DATE>
<SRC_STM_ID>1</SRC_STM_ID>
Someone have any idea? Thankyou