content/test/reftest/xml-stylesheet/lreas_selflink_dtd_id.svg

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:80c784025200
1 <!DOCTYPE svg [<!ATTLIST svg id ID #IMPLIED>]>
2 <?xml-stylesheet type="application/xml" href="#transform"?>
3 <svg xmlns="http://www.w3.org/2000/svg"
4 xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
5 id="transform" xslt:version="1.0">
6 <rect width="100%" height="100%" fill="red">
7 <xslt:attribute name="fill">lime</xslt:attribute>
8 </rect>
9 </svg>

mercurial