Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
2 <template match="node()|@*">
3 <copy>
4 <apply-templates select="@*"/>
5 <apply-templates/>
6 </copy>
7 </template>
8 <template match="@fill">
9 <attribute name="fill">lime</attribute>
10 </template>
11 </transform>