KissXML icon indicating copy to clipboard operation
KissXML copied to clipboard

\N is getting removed from DDXMLNode

Open mikeilardi opened this issue 6 years ago • 1 comments

The following code: [DDXMLNode elementWithName:@"Value" stringValue:@"\\SomePath\New"] results in the \N getting stripped out: <Value>\\SomePathew</Value>

if the N in New is lowercase, the result is: <Value>\\SomePath\new</Value> which is expected.

mikeilardi avatar Nov 05 '18 19:11 mikeilardi