Forum Discussion
JanHoeve
16 years agoNew Contributor
No sorry, that's not the case.
Say i have to following xml structure:
It will be changed to:
including the empty lines.
Say i have to following xml structure:
<outer>
<First>some text</First>
<Second>some second text</Second>
<Third>some third text</Third>
</outer>
It will be changed to:
<outer>
<First>some text</First>
</outer>
including the empty lines.