<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
 "http://www.w3.org/TR/SVG/DTD/svg10.dtd" [
 <!ATTLIST text
   stroke CDATA "red">
 ]>
<svg xmlns="http://www.w3.org/2000/svg">
 <text>Ignore all the red text!</text>
</svg>
