On Mer 7 décembre 2005 15:09, Daniel Carrera wrote:
> Joerg Barfurth wrote:
>> Take a look at Tools-Options-Load/Save-General. There is an option
>> 'optimize XML for size'. This option defaults to 'optimize' and iirc it
>> was introduced in an early effort to make the file load process faster.
>
> I know about that option. I always turn it off because I like being able
> to read the XML. And it doesn't seem to significantly affect the file
> size or application speed for the documents I use (50-pages at most).

This is a standard XML generator option.
It's used because inserting whitespace costs some processing (to do pretty
indenting you have to count how many levels you are inside the structure),
and increases uncompressed file size a bit.

So most XML generators (which do not produce XML intended for humans, nor
compress them aftewards) don't bother with whitespace by default.

-- 
Nicolas Mailhot


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to