I'm working on a script that uses XML-ROC to dynamically create a bunch of pages in WordPress. I've already pre-formatted the HTML for the body of each page, so I'm sending that straight to the wp.newPage and wp.editPage calls. However, it seems to selectively converting several \n newlines to
s, which is wildly breaking my preformatting. How do I turn that "feature" off?