http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1650 *** shadow/1650 Tue May 8 04:03:39 2001 --- shadow/1650.tmp.29533 Tue May 8 04:03:39 2001 *************** *** 0 **** --- 1,22 ---- + +============================================================================+ + | DOMString error on LINUX | + +----------------------------------------------------------------------------+ + | Bug #: 1650 Product: Xerces-C | + | Status: NEW Version: 1.4 | + | Resolution: Platform: Other | + | Severity: Blocker OS/Version: Linux | + | Priority: Component: DOM | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I think my problem is the same as bug number: 1601 + I read an XML with DOMParser. This xml contains an element with a character + entity 'á'. When I obtain the content in a DOMString with + DOM_Node::getNodeValue(), I obtain length 0. I also have tested with + DOMString::println() and it prints invalid data on the console. + + I also have tested this on Sun/Solaris 7 and it works fine. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
