Browse Source

Latest Xalan2 has problems related to the format-number and decimal-format that are due to locale.

Scott Boag <scott_boag@lotus.com>, Gary Peskin <garyp@firstech.com> and David Marston <david_marston@lotus.com> are aware of this
but the problem is mostly due to specifications ambiguities with locale and default separators...
Just in case I'm redefining the separators used in format-number so that there will be no problems on non-us locale.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269502 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 24 years ago
parent
commit
bb11efae4f
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      src/etc/coverage-frames.xsl
  2. +1
    -0
      src/etc/junit-frames.xsl
  3. +1
    -0
      src/etc/maudit-frames.xsl
  4. +1
    -0
      src/etc/mmetrics-frames.xsl

+ 1
- 0
src/etc/coverage-frames.xsl View File

@@ -18,6 +18,7 @@
extension-element-prefixes="redirect">

<xsl:output method="html" indent="yes"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />

<!-- default output directory is current directory -->
<xsl:param name="output.dir" select="'.'"/>


+ 1
- 0
src/etc/junit-frames.xsl View File

@@ -15,6 +15,7 @@

====================================================================== -->
<xsl:output method="html" indent="yes"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />

<!--
Xalan redirect extension writes relative file based on the parent directory


+ 1
- 0
src/etc/maudit-frames.xsl View File

@@ -14,6 +14,7 @@

====================================================================== -->
<xsl:output method="html" indent="yes"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />

<!--
Xalan redirect extension writes relative file based on the parent directory


+ 1
- 0
src/etc/mmetrics-frames.xsl View File

@@ -10,6 +10,7 @@
xmlns:xalan-nodeset="org.apache.xalan.xslt.extensions.Nodeset"
-->
<xsl:output method="html" indent="yes"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />

<!--
Xalan redirect extension writes relative file based on the parent directory


Loading…
Cancel
Save