xml-js icon indicating copy to clipboard operation
xml-js copied to clipboard

Configurable New Line Format: LF or CRLF or Custom

Open mdileep opened this issue 5 years ago • 3 comments

mdileep avatar Oct 20 '18 19:10 mdileep

Well, this is possible to implement as a new option in this library, but at the moment this can be achieved outside the library. For example, after getting xml output, you can replace all of \n characters with \r.

I will consider implementing it as part of this library if I get more request on this feature.

nashwaan avatar Feb 01 '19 19:02 nashwaan

+1

giovannefc avatar Jun 02 '19 14:06 giovannefc

+1. At some point i needed to have instead of literal \r\n symbols, so It could be good to have the internal solution for it

JaoodxD avatar Jul 20 '21 13:07 JaoodxD