**** Merged from MCS ****
[mono-project.git] / mcs / class / System.XML / Test / XmlFiles / xsl / empty.xsl
blobf4ea9ae3f5a5eb03de623359e502340cc6efc14a
1 <xsl:stylesheet
2 version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5 <xsl:template match="/">
6 <result/>
7 </xsl:template>
9 </xsl:stylesheet>