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

*** shadow/1508 Sun May 20 17:26:08 2001
--- shadow/1508.tmp.6545        Tue Jun 12 13:01:17 2001
***************
*** 1,19 ****
! Bug#: 1508
! Product: XalanJ2
! Version: 2.0.0
! Platform: Sun
! OS/Version: Solaris
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: Medium
! Component: org.apache.xalan.xsltc
! AssignedTo: [EMAIL PROTECTED]                            
! ReportedBy: [EMAIL PROTECTED]               
! URL: 
! Cc: 
! Summary: element instruction creates illegal tag with spaces in name
! 
  [from SunMicrosystem's bug 4427719]
  XML elements should not have spaces in their names. When xsltc instanciates
  the following template, it results in a tag in the ouput xml that 
--- 1,19 ----
! +============================================================================+
! | element instruction creates illegal tag with spaces in name                |
! +----------------------------------------------------------------------------+
! |        Bug #: 1508                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: Sun                     |
! |     Severity: Normal                   OS/Version: Solaris                 |
! |     Priority: Medium                    Component: org.apache.xalan.xsltc  |
! +----------------------------------------------------------------------------+
! |  Assigned To: [EMAIL PROTECTED]                                     |
! |  Reported By: [EMAIL PROTECTED]                                          |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  [from SunMicrosystem's bug 4427719]
  XML elements should not have spaces in their names. When xsltc instanciates
  the following template, it results in a tag in the ouput xml that 
***************
*** 26,28 ****
--- 26,36 ----
      </xsl:element>
    </out>
  </xsl:template>
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-06-12 13:01 -------
+ Morten Jorgensen:
+   XSLTC now issues a warning for elements with illegal tag
+   names, but does not terminate like Saxon (this is optional).
+   XSLTC will leave out the illegal element, but include all
+   child nodes of the element.
+ 

Reply via email to