git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271850 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -2,7 +2,7 @@ | |||||
| xmlns:lxslt="http://xml.apache.org/xslt" | xmlns:lxslt="http://xml.apache.org/xslt" | ||||
| xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | ||||
| extension-element-prefixes="redirect"> | extension-element-prefixes="redirect"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <xsl:decimal-format decimal-separator="." grouping-separator=","/> | <xsl:decimal-format decimal-separator="." grouping-separator=","/> | ||||
| <!-- | <!-- | ||||
| The Apache Software License, Version 1.1 | The Apache Software License, Version 1.1 | ||||
| @@ -1,5 +1,5 @@ | |||||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <xsl:decimal-format decimal-separator="." grouping-separator="," /> | <xsl:decimal-format decimal-separator="." grouping-separator="," /> | ||||
| <xsl:template match="JDepend"> | <xsl:template match="JDepend"> | ||||
| @@ -2,7 +2,7 @@ | |||||
| xmlns:lxslt="http://xml.apache.org/xslt" | xmlns:lxslt="http://xml.apache.org/xslt" | ||||
| xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | ||||
| extension-element-prefixes="redirect"> | extension-element-prefixes="redirect"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <xsl:decimal-format decimal-separator="." grouping-separator=","/> | <xsl:decimal-format decimal-separator="." grouping-separator=","/> | ||||
| <!-- | <!-- | ||||
| The Apache Software License, Version 1.1 | The Apache Software License, Version 1.1 | ||||
| @@ -1,5 +1,5 @@ | |||||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <xsl:decimal-format decimal-separator="." grouping-separator="," /> | <xsl:decimal-format decimal-separator="." grouping-separator="," /> | ||||
| <!-- | <!-- | ||||
| The Apache Software License, Version 1.1 | The Apache Software License, Version 1.1 | ||||
| @@ -1,5 +1,5 @@ | |||||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <!-- | <!-- | ||||
| The Apache Software License, Version 1.1 | The Apache Software License, Version 1.1 | ||||
| @@ -2,7 +2,7 @@ | |||||
| xmlns:lxslt="http://xml.apache.org/xslt" | xmlns:lxslt="http://xml.apache.org/xslt" | ||||
| xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | ||||
| extension-element-prefixes="redirect"> | extension-element-prefixes="redirect"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <xsl:decimal-format decimal-separator="." grouping-separator="," /> | <xsl:decimal-format decimal-separator="." grouping-separator="," /> | ||||
| <!-- | <!-- | ||||
| The Apache Software License, Version 1.1 | The Apache Software License, Version 1.1 | ||||
| @@ -4,7 +4,7 @@ | |||||
| xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" | ||||
| exclude-result-prefixes="xalan" | exclude-result-prefixes="xalan" | ||||
| extension-element-prefixes="redirect"> | extension-element-prefixes="redirect"> | ||||
| <xsl:output method="html" indent="yes"/> | |||||
| <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | |||||
| <xsl:decimal-format decimal-separator="." grouping-separator="," /> | <xsl:decimal-format decimal-separator="." grouping-separator="," /> | ||||
| <!-- | <!-- | ||||
| The Apache Software License, Version 1.1 | The Apache Software License, Version 1.1 | ||||