linux-packaging-mono/external/Lucene.Net/lib/Gallio.3.2.750/tools/Resources/xsl/Gallio-Report.ccnet-details-condensed.xsl
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

21 lines
874 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:g="http://www.gallio.org/">
<xsl:output method="html" indent="no" encoding="utf-8" omit-xml-declaration="yes" />
<xsl:param name="resourceRoot" select="''" />
<xsl:variable name="cssDir">/gallio/css/</xsl:variable>
<xsl:variable name="jsDir">/gallio/js/</xsl:variable>
<xsl:variable name="imgDir">/gallio/img/</xsl:variable>
<xsl:variable name="attachmentBrokerUrl">GallioAttachment.aspx?</xsl:variable>
<xsl:variable name="condensed" select="1" />
<xsl:template match="/">
<xsl:apply-templates select="//g:report" mode="html-fragment" />
</xsl:template>
<!-- Include the base HTML / XHTML report template -->
<xsl:include href="Gallio-Report.html+xhtml.xsl" />
</xsl:stylesheet>