Hello,<br><br>I&#39;m not very used to IXR_Client, but I had the same problem in the past, when parsing XML in PHP with the libxml functions. There seems to be a behaviour in the parser that removes the whitespaces between tags and in tags content. Looked like it was 2 distinct problems, too.<br>
<br>My issue was fixed by setting the correct option in my parser initialization (from the top of my head it was something close to XML_NOBLANKS or XML_NOEMPTY), and putting my content between [CDATA[]] markers. I&#39;m not sure your problem is exactly the same as mine, but it may be worth looking into.<br>
<br>Nicolas<br><br><br><br><br><div class="gmail_quote">On Thu, Sep 16, 2010 at 11:33 PM, Tim Golen <span dir="ltr">&lt;<a href="mailto:tim@golen.net">tim@golen.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hey All,<div><br></div><div>It appears that when I pull posts from the Wordpress API using method metaWeblog.getPost and the IXR_Client to make the calls, I lose the original white space. Any ideas on why that&#39;s happening or how to keep it from happening?</div>

<div><br></div><div>Thanks,</div><div>Tim</div>
<br>_______________________________________________<br>
wp-xmlrpc mailing list<br>
<a href="mailto:wp-xmlrpc@lists.automattic.com">wp-xmlrpc@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-xmlrpc" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-xmlrpc</a><br>
<br></blockquote></div><br>