3 Copyright (C) Dean Camera, 2012.
5 dean [at] fourwalledcubicle [dot] com
9 <!-- Atmel Studio framework Module XML transform file -->
11 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
12 <xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/>
14 <!-- Remove all white-space on all elements so that they can be indented -->
15 <xsl:strip-space elements="*"/>
17 <!-- Match the root node and copy, so that the output will be a correctly
18 indented version of the input document -->
19 <xsl:template match="/">
20 <xsl:copy-of select="."/>