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

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

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


Subject: Re: [office] auto-play presentation file format like PPS


Try changing the last paragraph to:

The manifest:preferred-view-mode attribute is meant to provide a
preference on how the author of the document would like the document
to be presented. Not all "view" modes are applicable to all document
Internet media types (e.g. "auto-play" might only be meaningful in a
presentation document).


This change to the paragraph does not mention the OS launcher or
anything of the sort because that is all an implementation detail.

The schema should be changed to the following:

<define name="file-entry-attlist" combine="interleave">
	<optional>
		<attribute name="manifest:shortcut-open-mode" a:defaultValue="edit">
				<choice>
					<value>read-only</value>
					<value>edit</value>
<!-- I am not that familiar with RelaxNG. How would I represent
something that means any text string as a possibility? -->
				</choice>
		</attribute>
	</optional>
</define>

2008/4/17 Ming Fei Jia <jiamingf@cn.ibm.com>:
>
>
> Warren,
>
>  Still any comments? Thanks.


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