[wp-trac] Re: [WordPress Trac] #8013: CDATA block in post content
trips up XMLRPC interface
WordPress Trac
wp-trac at lists.automattic.com
Fri Oct 31 17:32:49 GMT 2008
#8013: CDATA block in post content trips up XMLRPC interface
------------------------+---------------------------------------------------
Reporter: redsweater | Owner: josephscott
Type: defect | Status: new
Priority: normal | Milestone: 2.8
Component: XML-RPC | Version: 2.6.1
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by josephscott):
When I tried this using a simple PHP script the IXR XML-RPC library it
sent {{{<![CDATA[Hello]]>}}} encoded as {{{<![CDATA[Hello]]>}}}
which worked fine. The raw database post content was
{{{<![CDATA[Hello]]>}}}. I think the right think to do then is to encode
both sets of angle brackets.
--
Ticket URL: <http://trac.wordpress.org/ticket/8013#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list