FlatFileDis to XML: How to remove empty lines into child element of resulted XML

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello,

Could anybody point me to the right direction of how to remove empty lines from the child element of the resulted XML

My flat file struct is
"abc=
d

e

f=
ghi="

"=" is the delimeter

In result I get XML that is

<Root xmlns="http://FileProcessing.Schema2";>
<Item xmlns="">abc</Item>
<Item xmlns="">d

e

f</Item>
<Item xmlns="">ghi</Item>


Is there any way to remove empty lines that are within the item that comprises "def" value?
To get <Item xmlns="">def</Item> instead of one above?

I've googled but found nothing that could help me.
I've tried to change "Pad Character item" set it to CR or LF (hex) but this didn't help

Any ideas exept of custom disassembling?



---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche


.