nicklockwood / XMLDictionary

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#xml-dictionary
Other
1.14k stars 235 forks source link

Option To Not Add Newlines Between Nodes #22

Open Hineynu opened 10 years ago

Hineynu commented 10 years ago

the XMLString method/property is adding \n between the nodes:

<Reminder><ixGroup>-1</ixGroup>\n<ixPerson>35270</ixPerson>\n<s>test\n\n6:30 PM Call\nTest</s>\n<dt>2014-09-25T01:30:00.000Z</dt>\n<ixService>165</ixService></Reminder>

Is there an option to not add \n?