Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Tell template processor to omit the XML declaration at the top of the…
Browse files Browse the repository at this point in the history
… output
  • Loading branch information
matthewmccullough committed Oct 14, 2009
1 parent ac28f80 commit 9908844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions svnlog2cc.xslt
@@ -1,5 +1,9 @@
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="iso-8859-1"
method="xml"
omit-xml-declaration="yes"
indent="no" />
<xsl:template match="/log">
<xsl:text>FILENAME COMMENT&#10;</xsl:text>
<xsl:for-each select="logentry">
Expand Down

0 comments on commit 9908844

Please sign in to comment.