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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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
