1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/test/reftest/xml-stylesheet/lreas_selflink_dtd_id.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<!DOCTYPE svg [<!ATTLIST svg id ID #IMPLIED>]> 1.5 +<?xml-stylesheet type="application/xml" href="#transform"?> 1.6 +<svg xmlns="http://www.w3.org/2000/svg" 1.7 + xmlns:xslt="http://www.w3.org/1999/XSL/Transform" 1.8 + id="transform" xslt:version="1.0"> 1.9 + <rect width="100%" height="100%" fill="red"> 1.10 + <xslt:attribute name="fill">lime</xslt:attribute> 1.11 + </rect> 1.12 +</svg>