On Tue, 8 Oct 2002 07:56, Robert wrote: > I thought it was too. I tried xml:space="preserve" but it didn't help. > The problem is with linefeeds and carriage returns. The return and all > space gets removed up to the very next character, so that: > > <element> > This is the first line > This is the second line > </element> > > becomes: > "This is the first lineThis is the second line" > > when what would be nice is: > "This is the first line This is the second line" > > Again, this is with framework 4.1.2
Provide a unit test that fails and we will fix it ;) -- Cheers, Peter Donald ----------------------------------------------- "You can't depend on your eyes when your imagination is out of focus." -Mark Twain ----------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
