Re: SMIL question http://www.w3.org/TR/2005/REC-SMIL2-20050107/

Sjoerd Mullender <[email protected]>
Newsgroups gmane.comp.web.smil
Message-ID <[email protected]>
John Taylor-Johnston wrote:
> Thanks Jack
>
>
>>Please note that QuickTime only supports SMIL 1.0, not 2.0.
>
>
> I thought so. But someone had said that the current version of QT was 2.0 ready. I'm using 6.5 and it is not.
>
>
>
>>>Ok. But in case the authors of the document are reading, there is an
>>>inconsistency. It is not clear which xmlns I should use in my <smil
>>>...> tag:
>>><smil xmlns="http://www.w3.org/2001/SMIL20/">
>>><smil xmlns="http://www.w3.org/2001/SMIL20/Language">
>>
>>Uhm... I'm not sure...
>>There must be other SYMM WG members on this list who can answer this
>>question, I hope?
>>
>
>
> <smil xmlns="http://www.w3.org/2001/SMIL20/"> is definitely a typo in the doc. It must be! It would not work in the RealPlayer 10, until I added « /Language ».
>
>

http://www.w3.org/2001/SMIL20/Language is the namespace for the SMIL 2.0
Language Profile which is the profile that is implemented in RealOne, so
this is the correct namespace to use.  http://www.w3.org/2001/SMIL20/ is
the namespace for the complete set of SMIL 2.0 modules.  Since the
Language Profile does not use the complete set of SMIL 2.0 modules, it
is the wrong namespace to use.

If you use the SMIL 1.0 DOCTYPE, you cannot use any namespace
attributes.  They are not defined in the SMIL 1.0 DTD, and therefore not
valid in a document that uses that DTD.  In addition, you should not use
a SMIL 2.0 namespace in a SMIL 1.0 document, unless in the way specified
in the SMIL 2.0 Language Profile document:
<!-- no DOCTYPE! -->
<smil xmlns="http://www.w3.org/TR/REC-smil"
       xmlns:smil20="http://www.w3.org/2001/SMIL20/">
...
</smil>

Where did you find <smil xmlns="http://www.w3.org/2001/SMIL20/">?

--
Sjoerd Mullender <[email protected]>
signature.asc (application/pgp-signature, 374 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQCVAwUBQjAaID7g04AjvIQpAQIcWgP/SeAPcB50pQzVH8ahovWUlM1ITQ2hYKp5
pqBSAS5dze6mrpDKzuROQ0gRNnJhj7dv5m2YA/Snr1LHqayulFX13KP/TQUgUHVc
NX5e1HoTp3aayko8vWlbAZUcpXYiYICtHJPLJ/0PMgGJHyXSQhEA46JPP5gDPsD8
LSs9BwRJUCc=
=0NCo
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.