1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/test/reftest/xml-stylesheet/svg_passer.xslt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0"> 1.5 + <template match="node()|@*"> 1.6 + <copy> 1.7 + <apply-templates select="@*"/> 1.8 + <apply-templates/> 1.9 + </copy> 1.10 + </template> 1.11 + <template match="@fill"> 1.12 + <attribute name="fill">lime</attribute> 1.13 + </template> 1.14 +</transform>