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

*** shadow/1753 Tue Jul 10 12:12:56 2001
--- shadow/1753.tmp.28575       Tue Jul 10 14:04:26 2001
***************
*** 26,29 ****
  - Try it with the latest posted build 2.2D06?
  - Attach both of your .xsl stylesheets and an .xml document that show this bug 
  so we can reproduce the specific case.
! Thanks.
--- 26,45 ----
  - Try it with the latest posted build 2.2D06?
  - Attach both of your .xsl stylesheets and an .xml document that show this bug 
  so we can reproduce the specific case.
! Thanks.
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-07-10 14:04 -------
! Just to clarify the issue:  XSLT Section 12.3 states "It is an error to declared 
! either the default decimal-format or a decimal-format with a given name more 
! than once (even with different import precedence), unless it is declared every 
! time with the same value for all attributes (taking into account any default 
! values)."
! 
! This is handled in StylesheetRoot.recomposeDecimalFormats().  XalanJ is not 
! conformant here.  XalanJ will only accept the first default decimal-format or 
! decimal-format with a given name and will issue a warning message for any other 
! decimal-formats encountered without checking to see if the attributes match.  
! I'm not sure if this addresses jschwendner's problem or not but it is something 
! that should eventually be fixed.  I'll put this on my list for today.
! 
! Gary

Reply via email to