You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Yang ZHONG (JIRA)" <tu...@ws.apache.org> on 2006/12/13 19:29:24 UTC

[jira] Created: (TUSCANY-992) \r (and \n) is lost for "mixed" element value

\r (and \n) is lost for "mixed" element value
---------------------------------------------

                 Key: TUSCANY-992
                 URL: http://issues.apache.org/jira/browse/TUSCANY-992
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SDO
    Affects Versions: Cpp-current
         Environment: Windows XP SP2, LibXML 2.6.27
            Reporter: Yang ZHONG


cpp/sdo/runtime/core/test/clone.xsd has defined
    <complexType name="CloneType" mixed="true">

cpp/sdo/runtime/core/test/clone-in.xml has an element value
    \r\n  ghi\r\n

SDO build test (cloneopentest) reads that in and outputs the element value as (clone-testout.xml)
    \n  ghi

Both leading \r and ending \r are lost. Ending \n is also lost.

The bug severity may not be high while the priority can be high since Windows build tests keep on annoying
    Test Failed: 115 sdotest::cloneopentest()

Thanks to Pete for having provided additional info at
    http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg11741.html

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