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/21 11:51:45 UTC

[Bug 1060] New - serializer problem

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

*** shadow/1060	Wed Mar 21 02:51:43 2001
--- shadow/1060.tmp.18079	Wed Mar 21 02:51:43 2001
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | serializer problem                                                         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1060                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.1                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Critical                 OS/Version: Windows NT/2K           |
+ |     Priority: Medium                    Component: org.apache.xalan.transf |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: thomas2.maesing@bgs-ag.de                                    |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: file:///e:/Ausgang/Apache/serializerproblem/serializerproble |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The Entity declaration :
+ <!ENTITY percnt "&#037;" >
+ in an external DTD Subset is resolved to
+ <!ENTITY percnt "%">
+ by the identity transformation, which is not allowed.
+ 
+ Entity references which are declared in an external DTD subset
+ are deleted by the identity transformation. They should be resolved
+ or identically transformed.
+ 
+ By normal transformation they are resolved.