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/05/08 18:30:18 UTC

[Bug 1648] Changed - Comments in Source Document not present in Result

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

*** shadow/1648	Tue May  8 02:21:00 2001
--- shadow/1648.tmp.441	Tue May  8 09:30:18 2001
***************
*** 2,11 ****
  | Comments in Source Document not present in Result                          |
  +----------------------------------------------------------------------------+
  |        Bug #: 1648                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.1                   |
! |   Resolution:                            Platform: PC                      |
! |     Severity: Normal                   OS/Version:                         |
! |     Priority: Medium                    Component: javax.xml               |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: johnkeyes@yahoo.com                                          |
--- 2,11 ----
  | Comments in Source Document not present in Result                          |
  +----------------------------------------------------------------------------+
  |        Bug #: 1648                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: Medium                    Component: org.apache.xalan.transf |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: johnkeyes@yahoo.com                                          |
***************
*** 73,76 ****
        }
    }
  }
! ### EOF ###
--- 73,82 ----
        }
    }
  }
! ### EOF ###
! 
! ------- Additional Comments From garyp@firstech.com  2001-05-08 09:30 -------
! Committed TransformerIdentityImpl revision 1.12 to resolve this problem.  For a 
! StreamResult, TransformerIdentityImpl was improperly reusing an old 
! LexicalHandler for the second and subsequent transforms.  This problem only 
! affects identity transformations with StreamResults.