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 - Robert -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Greg Steuck Sent: Monday, October 07, 2002 4:33 PM To: Avalon Developers List Subject: Re: FW: status: (was: spacing in config files) >>>>> "rmcintosh" == rmcintosh <Robert> writes: rmcintosh> I know this is old and most attention has been on rmcintosh> fortress lately, but does anyone know if this has been rmcintosh> resolved. I never submitted a formal bug (should i?). Or rmcintosh> I could take a look at trying to solve it and submit a rmcintosh> patch. It has long been resolved. The attribute name is xml:space, not "spacing" though. This code is also part of the Framework, so all projects using DefaultConfigurationBuilder benefit from the fix. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
