[ 
https://issues.apache.org/jira/browse/XERCESC-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Kolpackov updated XERCESC-1507:
-------------------------------------

    Component/s: DOM

> DOMWriter::setNewLine( NULL ) doesn't work
> ------------------------------------------
>
>                 Key: XERCESC-1507
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1507
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: DOM
>    Affects Versions: 2.6.0
>         Environment: Windows XP, compiled with Visual studio .NET 7.1
>            Reporter: Martin Boucher
>
> Calling DOMWriter::setNewLine( NULL ) on an instance of a DOMWriter doesn't 
> seem to work under Windows. Based on documentation, it is supposed to respect 
> the OS line termination. Expecting "\r\n" under Windows, I've got "\n".
> Trying to hardcode "\r\n" on the same writer works partialy. I've got "\r\n" 
> except on elements with attribute xml:space="preserve". Preserving space it's 
> a thing but I think that respecting the line termination of the OS is more 
> important.
> I search the bug db and found few issues about that. I judge that it was not 
> exactly my problem. Thanks a lot.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to