http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1173 *** shadow/1173 Sun Apr 1 11:20:18 2001 --- shadow/1173.tmp.1000 Sun Apr 1 11:20:18 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | DOMParser entiry resolution property is messed about | + +----------------------------------------------------------------------------+ + | Bug #: 1173 Product: Xerces-C | + | Status: NEW Version: 1.4 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Medium Component: Non-Validating Parser | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + DOMParser class has private property fCreateEntityReferenceNodes which is + get/set by two different functions: get/setExpandEntityReferences() and + get/setCreateEntityReferenceNodes(). Though they have contrary meaning both of + them set fCreateEntityReferenceNodes with argument passed as is. + + The other thing is linked with that. Xerces FAQ (http://xml.apache.org/xerces- + c/faq-parse.html#faq-12) states that the parser will not expand entity + references by default, but as for now it does expand them. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
