In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit
[ http://issues.apache.org/jira/browse/XERCESC-1494?page=all ] David Bertoni resolved XERCESC-1494: ------------------------------------ Resolution: Duplicate > All cyrillic symbols standing after the space are divided by space. > --------------------------------------------------------------------- > > Key: XERCESC-1494 > URL: http://issues.apache.org/jira/browse/XERCESC-1494 > Project: Xerces-C++ > Type: Bug > Components: DOM > Environment: * Xerces-C++ version number > 2.5.0 > * Platform > i386 > * Operating system and version number > Linux RedHat 9.0 > * Compiler and version number > g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) > Reporter: Alexander > Attachments: send.tar.gz > > There are two files in the attachment - XML file and XSD file. For a > test, we use a standard sample from samples shipped with the xerces > library - DOMPrint. Also, the attachment contains the archive with the code > to this > sample with a rewritten Makefile to simplify its building. When the > archive is unpacked, the make command is executed and the sample is > built. After that, you need to issue the command: > ./execute -v=always -n -s -f file_error.xml > When the file_error.xml file is processed, at the places where the > cyrillic text, decoded with the help of XML entities, stands after the > space, a bug appears. All cyrillic symbols standing after the space > are divided by space. If you comment the <xs:whiteSpace value="collapse"/> > line or change collapse for replace or preserve in the file_error.xsd > file, the bug disappears. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]