blob: 87eb36469e8a3dc2b0f269f8cf542f61ee95e547 [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0" standalone="yes"?>
2<smil>
3 <body>
Daniel Veillard14fff061999-06-22 21:49:07 +00004<!-- The SMIL <switch> element will process the
5 first child element which tests true and skip
Daniel Veillard7d2c2761999-10-11 15:09:51 +00006 past all others. -->
7 <switch>
Daniel Veillard14fff061999-06-22 21:49:07 +00008<!-- The system-required attribute tests to see if
9 the user agent supports SVG. If true, then
Daniel Veillard7d2c2761999-10-11 15:09:51 +000010 render the file drawing.svg. -->
11 <ref system-required="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" type="image/svg" src="drawing.svg"/>
12<!-- Else, render the alternate image. -->
13 <img src="alternate_image.jpg"/>
Daniel Veillard011b63c1999-06-02 17:44:04 +000014 </switch>
15 </body>
16</smil>