- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 07 Jan 2006 22:55:49 +0100
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- Cc: www-smil@w3.org
* Bjoern Hoehrmann wrote:
> Event-value ::= ( Eventbase-element "." )? Event-symbol
> ( S? ("+"|"-") S? Clock-value )?
> Eventbase-element ::= Id-value
> Event-symbol ::= Id-value
Event-symbol should also exclude 'begin' and 'end' as those cannot be
used as event symbols without escaping as I understand it, so this could
be
Event-symbol ::= Id-value - ('begin' | 'end')
or something like that.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Saturday, 7 January 2006 21:55:22 UTC