I'm using KissXML (iOS) to create a xml document. Everything works great but when I want to write DOM to NSString using XMLString method, then output xml string contains xml declaration (<?xml version="1.0" encoding="UTF-8" ?>
). Is there any way to remove this declaration from the generated xml string?
Thanks