Page 1 of 1

XML output format

Posted: Wed Dec 22, 2010 5:34 am
by mukejee
Hi,
I am facing one problem while generating XML output.

Generated output
=============
<FEEDTYPE>
CMO
</FEEDTYPE>
<MODELYEAR>
2012A
</MODELYEAR>
<SERIES_CODE>
0CB68
</SERIES_CODE>
<VEHICLETYPE>
C
</VEHICLETYPE>

Expected Output
============
<FEEDTYPE>CMO</FEEDTYPE>
<MODELYEAR>2012A</MODELYEAR>
<SERIES_CODE>0CB68</SERIES_CODE>
<VEHICLETYPE>C</VEHICLETYPE>

ie records are coming in newline. Can you please tell me whatz wrong here?

Thanks
MUS

Posted: Wed Dec 22, 2010 5:39 am
by major
Hi,

Did you check the Generate formatted output box in the options tab of XML output stage.
Please uncheck it and try.

Thanks,
Major