The main part of a SMIL document for XHTML is a second processing instruction.
All XML documents contain a processing instruction at the top of the document.
Below is the standard PI for a XML document.
|
<?xml version="1.0" encoding="UTF-8" ?>
|
The XHTML-PLUS-SMIL document contains the second processing instruction.
|
<?import namespace="time" implementation="#default#time2" ?>
|
The namespace="time" is an instruction for Internet Explorer browsers to use the "time" features included in the internet explorer browser.
The time feature is the component of SMIL that produces the time delayed effects.
Such as the slide show or text effects.
|