I want to create an .xml fie with commands Header start stop from a Tabel




Difficult to explain, but maybe someone understand - I want this .xml file created from a tabel:

I am writing the Field name only without value and by putting Standardvalue as " " the result occure as follows:
Field with text are all correct only the empty fields are the problem.

<InitialVehicleInformation>
<InitialVehicleInformation> </InitialVehicleInformation>
<Header></Header> I want (Start without End </Header>)
<IVIReferenceId>3e476d28-bdd9-4571-a20f-5d1e0f6d47qa</IVIReferenceId>
<VersionNumberXsd>1.8</VersionNumberXsd>
<EndHeader>only stop Header this one </Header>
<Body> </Body> only Body
<CocDataGroup> </CocDataGroup>
<VersionCoc>1</VersionCoc>
etc....
I want to remove the RED marked commands. Start Header without End and End Header (</Header>) on the end.
Is there a possible function to write fieldname only?


Hope someone understand what I am trying to - thanks for any helps