My webservice for RSS doesn't look pretty, in IE each line runs in to
the next, no line returns.
How can newlines be put in the feed without screwing-up the XML? I
tried <br /> but this got included in the displayed feed.
My XML is being generated dynamically using C#.
Thanks for your help.
the next, no line returns.
How can newlines be put in the feed without screwing-up the XML? I
tried <br /> but this got included in the displayed feed.
My XML is being generated dynamically using C#.
Thanks for your help.
Comment