atom feed14 messages in org.oasis-open.lists.officeRe: [office] Proposal for lists/numbe...
FromSent OnAttachments
Michael BrauerMar 12, 2003 9:51 am 
Paul GrossoMar 12, 2003 1:45 pm 
Daniel VogelheimMar 13, 2003 12:02 pm 
David FaureMar 16, 2003 8:18 am 
Philip BoutrosMar 17, 2003 9:27 am 
David FaureMar 18, 2003 11:26 am 
Paul GrossoMar 18, 2003 11:32 am 
Philip BoutrosMar 18, 2003 12:26 pm 
Paul GrossoMar 18, 2003 12:42 pm 
Uche OgbujiMar 19, 2003 10:23 am 
David FaureMar 21, 2003 8:49 am 
Philip BoutrosMar 24, 2003 7:40 am 
David FaureMar 24, 2003 9:20 am 
Michael BrauerMar 26, 2003 8:08 am 
Subject:Re: [office] Proposal for lists/numbered paragraphs
From:David Faure (fau@kde.org)
Date:Mar 16, 2003 8:18:42 am
List:org.oasis-open.lists.office

On Thursday 13 March 2003 21:10, Daniel Vogelheim wrote:

Very interesting reasoning and development of the issue.

[...] The next suggestion (Michael) uses that as base, but adds an 'escape' [i.e. declaring an individual paragraph to be listed at some level] to take away some of the burden from the filter people [...] As a general guideline, I would say that 'clean' XML solutions are to be preferred _if_ they can represent existing documents.

I think this raises the following question: shouldn't discontinued lists, (like the numbering of tables, pictures, etc.) be modelled with the above solution? This would be, I think, "cleaner" in terms of structure than the current OO solution (of autonumbered variables).

1. pict one 2. pict two 1) table one 2) table two 3. pict three (1). equation one 3) table three (2). equation two 4. pict four

Each paragraph belongs to one of the 3 discontinued lists going on here (picts, tables, equations).

I think this would even allow some more features than simple autonumbered counters, like being able to refer to a given picture twice without getting the number increased twice. It would also give all the features available for list counters (without having to redevelop or refactor the code for auto- numbered variables).

For such lists there is obviously no "XML-structured list" solution. However the closest XML-clean solution is simply to associate each paragraph with a list style.... and to set the continue-numbering flag. Hmm, I guess this means that the OO file format already has support for this, it's just not being used for this case by OO itself AFAIK.