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/03/13 21:19:00 UTC

[Bug 916] Changed - Confusing message when XSLT namespace declaration is missing or wrong

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

*** shadow/916	Fri Mar  9 09:55:53 2001
--- shadow/916.tmp.7924	Tue Mar 13 12:19:00 2001
***************
*** 2,9 ****
  | Confusing message when XSLT namespace declaration is missing or wrong      |
  +----------------------------------------------------------------------------+
  |        Bug #: 916                         Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Minor                    OS/Version: Other                   |
  |     Priority: Low                       Component: org.apache.xalan.proces |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Confusing message when XSLT namespace declaration is missing or wrong      |
  +----------------------------------------------------------------------------+
  |        Bug #: 916                         Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Minor                    OS/Version: Other                   |
  |     Priority: Low                       Component: org.apache.xalan.proces |
  +----------------------------------------------------------------------------+
***************
*** 17,20 ****
  If xmlns:xsl="http://www.w3.org/1998/XSL/Transform" attribute is missing from 
  the xsl:stylesheet element, get a confusing message about missing version 
  attribute. The error is actually valid, but we should issue a message that 
! points to the possibility of a missing or incorrect XSLT namespace declaration.
--- 17,23 ----
  If xmlns:xsl="http://www.w3.org/1998/XSL/Transform" attribute is missing from 
  the xsl:stylesheet element, get a confusing message about missing version 
  attribute. The error is actually valid, but we should issue a message that 
! points to the possibility of a missing or incorrect XSLT namespace declaration.
! 
! ------- Additional Comments From mmidy@apache.org  2001-03-13 12:18 -------
! It's unconfused now.