The following comment has been added to this issue:
Author: Alberto Massari
Created: Thu, 15 Apr 2004 5:48 AM
Body:
FYI:
Here is the DOM init code:
parser = new DOMParser;
parser->setValidationScheme(DOMParser::Val_Auto);
parser->setDoNamespaces(true);
parser->setDoSchema(false);
Tried the same XML with DOMPrint demo and got the same error.
Thanks,
Noman.
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/XERCESC-1196?page=comments#action_35046
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XERCESC-1196
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XERCESC-1196
Summary: Not recognising <NAME>COURTYARD CAF�</NAME> (from Bugzilla #28318)
Type: Bug
Status: Unassigned
Priority: Critical
Project: Xerces-C++
Components:
DOM
Versions:
1.7.0
Assignee:
Reporter: Alberto Massari
Created: Thu, 15 Apr 2004 5:46 AM
Updated: Thu, 15 Apr 2004 5:48 AM
Environment: HP
Description:
Hi,
when submitting the XML having special character <NAME>COURTYARD CAF�</NAME>.
it throws the exception
Message: Expected end of tag 'NAME'
If i add space after special character <NAME>COURTYARD CAF� </NAME> then it
works ok.
Tried the same XML with xerces java validator and XML SPY, both are validated
ok.
This is causing production problem.
Thanks,
Noman Siddiqui
732-699-7794
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]