Hello,
I have a xmlport, which exports following result:
but for an external solution I need this: ( a seperate closing element tag )
Is this possible with how my xmlport is setup?
thank you
I have a xmlport, which exports following result:
<?xml version="1.0"?> <ROOT> <Agenda ServiceOrderNo="2" SAWB="SO000001_10000" Date="2016-11-23" StartTime="15:30:00" StopTime="16:30:00" Resource="xx"/> </ROOT>
but for an external solution I need this: ( a seperate closing element tag )
<?xml version="1.0"?> <ROOT> <Agenda ServiceOrderNo="2" SAWB="SO000001_10000" Date="2016-11-23" StartTime="15:30:00" StopTime="16:30:00" Resource="xx"></Agenda> </ROOT>
Is this possible with how my xmlport is setup?
thank you