XMLPORT export question

foo_barfoo_bar Member Posts: 91
edited 2016-11-24 in NAV Three Tier
Hello,

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
i4k1yssqzkst.png

Best Answer

Answers

  • krikikriki Member, Moderator Posts: 9,110
    [Topic moved from 'NAV Tips & Tricks' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.