Re: Q on representing multiple values for an Attribute

Some attributes support multiple values (e.g "begin"), some don't.

You have to look at each attribute and decide what happens if the 
attribute has multiple values - this can't be decided in general.

M Doshetty Seema-A16215 a écrit:
> May it be src or some other attribute somehow I want to give more than two values.
> This necessarily need not have to be according to the standard.
> Before using a proprietary way of representing it, I want to make sure that standard is not supporting this.
> -Seema
> 
> 
> -----Original Message-----
> From: Philipp Hoschka [mailto:ph@w3.org]
> Sent: Sunday, November 02, 2003 2:09 AM
> To: M Doshetty Seema-A16215
> Cc: www-smil@w3.org
> Subject: Re: Q on representing multiple values for an Attribute
> 
> 
> 
> I am afraid that that does not work.
> 
> What exactly do you want to achieve ?
> 
> -Philipp
> 
> M Doshetty Seema-A16215 a écrit:
> 
>>Hi,
>> 
>>In my implementation of SMIL document I want to use more than two values 
>>for an attribute.
>>Is this type of implementation supported by SMIL at present?
>> 
>>Assuming that SMIL is not supporting this kind of implementation,
>>I am using following approach.
>> 
>>Example:
>>       <text src="txt00.txt ; txt01.txt" region="Text"/>
>> 
>>In the above example. src has two values separated by semicolon.
>>txt00.txt
>>txt01.txt
>>Can I use an implementation like this?
>> 
>>Thanks
>>Seema
>> 
>>------------------------------------
>>Motorola
>>2C-55, Ph: 5598615 (off) Extn: 4172
>>[] Personal mail
>>[] General Business mail
>>[] Motorola Internal use only
>>[] Motorola Confidential Property
>>------------------------------------
>>
>> 
>>
>>
>>------------------------------------------------------------------------
>>
> 
> 
> 

Received on Sunday, 2 November 2003 08:22:18 UTC