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

*** shadow/2761 Tue Jul 24 01:22:23 2001
--- shadow/2761.tmp.15785       Tue Jul 24 01:22:23 2001
***************
*** 0 ****
--- 1,33 ----
+ +============================================================================+
+ | Incorrect NMTOKENS attribute value normalization in Xerces v1.4.2          |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2761                        Product: Xerces-J                |
+ |       Status: NEW                         Version: CVS extract             |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Major                    OS/Version: All                     |
+ |     Priority: Other                     Component: Core                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The attribute value (NMTOKENS) is incorrectly handed to the application because 
+ it is incorrectly normalized... (Only   can be stripped away)...
+ 
+ <!DOCTYPE doc [
+ <!ATTLIST normNames attr NMTOKENS #IMPLIED>
+ ]>
+ <doc>
+ <normNames attr='   A   &#x20;&#13;&#xa;&#9;   B   '/>
+ </doc>
+ 
+ Output of the sample program is:
+ 
+ <!-- in Version Xerces 1.4.1 -->
+ attr="A &#xD;&#xA;&#x9; B"
+ 
+ <!-- in Version Xerces 1.4.2 -->
+ attr="A B"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to