You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/09/18 18:01:49 UTC

DO NOT REPLY [Bug 23254] New: - format-number() is not fully implemented!

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23254>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23254

format-number() is not fully implemented!

           Summary: format-number() is not fully implemented!
           Product: XalanC
           Version: 1.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: arui@SPEA.it


the above message is displayed when processing the following XSLT instruction

          <xsl:value-of select="format-number(.,'00') " />

and applying it to the following XML tag:

         <GMT_dept_day offset="161" count="2">05</GMT_dept_day>

if the source value is '5', it is correctly translated to '05';
if the source value is, as in the above case, '05', it is translated to '5', 
which is not the desired behaviour