I'd like to add a carriage return between 2 columns in my script.
For example if in my web application I can see these column:
BL_ID
FL_ID
NAME
I'd like to see like this:
BL_ID
FL_ID
NAME
I know that XML considers four characters to be whitespace: the carriage return (\r or ch(13)), the linefeed (\n or ch(10)), the tab(\t), and the spacebar (' '), but I don't know How add to mt tags.
Main Topics
Browse All Topics





by: strickddPosted on 2009-08-05 at 07:36:46ID: 25023917
I'm not quite sure what you are asking, but if you are generating the XML manually then you may need Environment.NewLine.