You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Alexander (JIRA)" <xe...@xml.apache.org> on 2005/09/14 04:28:54 UTC

[jira] Created: (XERCESC-1494) All cyrillic symbols standing after the space are divided by space.

Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

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


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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org