So, i fill in a local-placed form, this form sends data to my script (POST), the script makes new XML_RPC_Message and do a post. But somewhere in between empty lines are missed. For example, i'm writing following lines:
"abc\n\n\nxyz"
or
"abc
xyz"
But my lj-post will contain only these:
"abc
xyz"
So, it cuts empty lines off.
Could you please advise me what should I do to move empty lines to lj-post? Is there any solution which won't use opt_preformatted prop enabled?