I meant to send this to the list, but accidentally sent it to Berin.... Robert
-----Original Message----- From: Robert [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 2:36 PM To: '[EMAIL PROTECTED]' Subject: status: (was: spacing in config files) I know this is old and most attention has been on fortress lately, but does anyone know if this has been resolved. I never submitted a formal bug (should i?). Or I could take a look at trying to solve it and submit a patch. Thanks! -----Original Message----- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:40 PM To: 'Avalon Developers List' Subject: RE: spacing in config files Use this construct: <tag xml:spacing="preserve"> SELECT col1, col2, col3 FROM table WHERE col1 = 1 AND col2 = 'hey' </tag> (at least I think it is "preserve"--it should match the XML spec....) > -----Original Message----- > From: Robert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 2:35 PM > To: Avalon Dev > Subject: spacing in config files > > > I thought this was addressed before, but perhaps someone can > help me out here. I have a config file being used by the > Configuration package and for one of the elements I would > like to be able to have the text (value) in a multi-line > format so it is easier to read. The text is a SQL statement > so you can imagine that it can get long. I would like to use > something like: > > <tag> > SELECT col1, col2, col3 > FROM table > WHERE col1 = 1 > AND col2 = 'hey' > </tag> > > I've tried putting it in a CDATA section as well as padding > with spaces and such, but it seems that during the read, the > carriage return and any spacing is removed, so it ends up like: > > SELECT col1, col2, col3FROM tableWHERE col1 = 1AND col2 = 'hey' > > I'm using framework 4.1.2 binary release. Any thoughts, or am > I stuck with one line? > > Thanks, > Robert > > > -- > To unsubscribe, e-mail: > <mailto:avalon-dev-> [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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
