IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: user_asdf
About
User Name: user_asdf
Forum Rank: Newbie
Real Name:
Location Minneapolis
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Friday, June 22, 2018
Last Visit: Thursday, January 24, 2019 6:31:30 PM
Number of Posts: 1
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: XML Output - How To Change Output for Empty Tags
Posted: Thursday, January 24, 2019 6:31:11 PM
Hello,

I'm trying to update the XML output for empty tags to not be self closing tags, but rather empty elements.

Example:
I'm trying to make the following output:
Code:

<xml>
  <address />
</xml>


Become:
Code:

<xml>
  <address></address>
</xml>


What's the best way to achieve this? Any advice would greatly be appreciated!

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.