OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-collab message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office-collab] Groups - Event "Discuss draft02 consensus report (Conference Call)" added


On Wed, 2011-11-02 at 09:38 -0600, Robin LaFontaine wrote:
> Notes on the conference call.
> 
> Here are some notes on the conference call, using the chat room as the
> basis but with further comments added.
> 
> NOTE lines commencing:
> 'Robin La Fontaine:' 
> are from chat room, and each item typically has 'Robin>' lines which
> are quoted from Robin's email, and 'John:' is John's comments in that
> email, in particular the threads "Comments on draft consensus report"
> and "6. Discussion of Different Approaches (was Comments on draft
> consensus report)".
> 
> 'ThorstenB:' and 'Svante Schubert:' are from chat room (some
> re-organisation of lines for clarity)
> 
> Precisely who said what is not as important as gaining an
> understanding of the issue.
> 
> Present
> -----------
> Svante
> John
> Thorsten
> Robin
> Tristan
> 
> Robin La Fontaine: 1. Roll call
> 2. Discussion of consensus report draft02
> 3. Next steps
> 4. Any other business
> 
> Agreed not to go through page by page but rather address issues raised
> in emails. Robin had prepared a list of these, 1-13, noted below.
> 
> Robin La Fontaine: 1. ECT requires applications to do comparison of
> bucket content, GCT does not require this
> Thread "Some thoughts on Change Tracking"
> Andreas/Thorsten: please demonstrate if GCT needs to diff like ECT
> 
> Thorsten will look at this and comment. Hopefully Andreas will do the
> same

Example 1:

Suppose I have in content.xml:

<draw:frame svg:x="48.00pt" svg:y="12.75pt" table:end-x="30.00pt" table:end-y="1.50pt" svg:width="270.00pt" svg:height="167.25pt" table:end-cell-address="$'XY'.Q16">
              <draw:image xlink:href="Pictures/Image3.svg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
</draw:frame>

the user changes the image and the content.xml becomes:
<draw:frame svg:x="48.00pt" svg:y="12.75pt" table:end-x="30.00pt" table:end-y="1.50pt" svg:width="270.00pt" svg:height="167.25pt" table:end-cell-address="$'XY'.Q16">
              <draw:image xlink:href="Pictures/Image3.svg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
</draw:frame>

Note that there is no difference between these two snippets. I have no
idea how GCT would even mark that the user has performed a change.

Example 2:
Suppose I have in content.xml:

<draw:frame svg:x="48.00pt" svg:y="12.75pt" table:end-x="30.00pt" table:end-y="1.50pt" svg:width="270.00pt" svg:height="167.25pt" table:end-cell-address="$'XY'.Q16">
              <draw:image xlink:href="Pictures/Image3.svg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
</draw:frame>

the user changes the image and the content.xml becomes:
<draw:frame svg:x="48.00pt" svg:y="12.75pt" table:end-x="30.00pt" table:end-y="1.50pt" svg:width="270.00pt" svg:height="167.25pt" table:end-cell-address="$'XY'.Q16">
              <draw:image xlink:href="Pictures/Image4.svg" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
</draw:frame>

I assume that GCT may flag the change in the xlink:href attribute value.
Is a consumer guaranteed that this change will only be flagged if the
Pictures/Image4.svg is in fact different from Pictures/Image3.svg?

Please note that I still don't really understand GCT and every time I
read it I stumble over terms that I apparently do not understand
correctly (such as "application").

Andreas

-- 
Andreas J. Guelzow, PhD, FTICA
Concordia University College of Alberta

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]