Source code
Revision control
Copy as Markdown
Other Tools
<template match="node()|@*">
<copy>
<apply-templates select="@*"/>
<apply-templates/>
</copy>
</template>
<template match="@fill">
<attribute name="fill">lime</attribute>
</template>
</transform>