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 2001/10/18 11:48:42 UTC

DO NOT REPLY [Bug 3872] - xsltc doesn't detect duplicate decimal-format names

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=3872>.
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=3872

xsltc doesn't detect duplicate decimal-format names

morten@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|xalan-dev@xml.apache.org    |morten@apache.org



------- Additional Comments From morten@apache.org  2001-10-18 02:48 -------
Added code that registers each <xsl:decimal-formatting/> element with the
parser's symbol table. The symbol table is then used to detect duplicate
definitions of decimal formatting symbols. Note that we only give a warning
and autimatically recover from this error condition, while Saxon issues an
error message and terminates.