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

*** shadow/2752 Mon Jul 23 13:31:23 2001
--- shadow/2752.tmp.9966        Mon Jul 23 13:31:23 2001
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Surrogate support incomplete                                               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2752                        Product: Xerces-C++              |
+ |       Status: NEW                         Version: 1.4                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: Non-Validating Parser   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ This document parses fine (passing back two characters as the character data):
+ <a>&#x1D543;</a> (Content)
+ 
+ But these don't:
+ <a b='&#x1D543;'/>  (Attribute, the most serious problem)
+ 
+ (The following two cases use numeric character references as a notation ONLY, 
+ numeric character references are not interpreted in comments and PIs. I 
+ actually mean that the input stream contains the two characters indicated)
+ 
+ <?pi &#xd835;&#xdd43;?><a/> (PI)
+ 
+ <!-- &#xd835;&#xdd43;--><a/> (Comment)

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

Reply via email to