Browse Source

tagdiff.xsl got whacked when the apache license got updated

PR: 27057
Obtained from: Ted McElwee


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276191 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
6afe11b4bd
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      src/etc/tagdiff.xsl

+ 9
- 0
src/etc/tagdiff.xsl View File

@@ -18,6 +18,15 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:param name="title"/>
<xsl:param name="module"/>
<xsl:param name="cvsweb"/>

<xsl:output method="html" indent="yes"/>

<!-- Copy standard document elements. Elements that
should be ignored must be filtered by apply-templates
tags. -->
<xsl:template match="*">
<xsl:copy>
<xsl:copy-of select="attribute::*[. != '']"/>


Loading…
Cancel
Save