libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / SVG / switch.xml
blob18955c9bf5d506ea2b7d1118255124af38ebe4ca
1 <?xml version="1.0" standalone="yes"?>\r
2 <smil>\r
3   <body>\r
4     <!-- The SMIL <switch> element will process the\r
5          first child element which tests true and skip\r
6          past all others. -->\r
7     <switch>\r
8 \r
9       <!-- The system-required attribute tests to see if\r
10            the user agent supports SVG. If true, then\r
11            render the file drawing.svg. -->\r
12       <ref system-required="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" \r
13            type="image/svg" src="drawing.svg" />\r
15       <!-- Else, render the alternate image. -->\r
16       <img src="alternate_image.jpg" />\r
17     </switch>\r
18   </body>\r
19 </smil>\r