Make WordPress Core

Opened 21 years ago

Closed 20 years ago

#2049 closed defect (bug) (invalid)

XML-RPC Converts ">" to ">"

Reported by: Derik Owned by:
Priority: normal Milestone:
Component: XML-RPC Version: 2.0
Severity: major Keywords: xml-rpc
Cc: Focuses:

Description

Attempts to post with any XML-RPC blogging client have issues when using Markdown format. In particular, the quoting symbol ">" (email style) ends up getting converted to its HTML entity (">"). Standalone ">" characters should be left alone when posted via XML-RPC.

Change History (3)

#1 @masquerade
21 years ago

  • Resolutioninvalid
  • Status newclosed

Standalone > characters should, just like when posted normally, be converted to their html entity form. This fix should go to the markdown author, and instead the markdown filter should be run earlier than the WordPress filters by changing priority.

#2 @Derik
21 years ago

  • Resolution invalid
  • Status closedreopened

Actually, the processing is different when posting via XML-RPC and posting in the web interface.

Check http://godlikenerd.com/rob/

Note that in the web interface post, the text is quoted correctly because the ">" is retained instead of being converted to ">" as it is by the XML-RPC interface. Opening those posts in the web interface show ">" instead of ">".

The following text was submitted, verbatim via the web interface and the XML-RPC clients:

This is normal text.

This is quoted.

This is not.

(End of Text)

The result should be the same in both cases.

#3 @rob1n
20 years ago

  • Resolutioninvalid
  • Status reopenedclosed

This is a Markdown issue.

Note: See TracTickets for help on using tickets.