XML examples for REST API from help don't work

Issue #2904 invalid
Robert Jäschke created an issue

Creating a post using curl and the example on https://bitbucket.org/bibsonomy/bibsonomy/wiki/documentation/api/methods/CreatePost does (no longer) work, I always get the error:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bibsonomy stat="fail">
    <error>Error while parsing XML (Line 2, Column 6: The processing instruction target matching "[xX][mM][lL]" is not allowed.</error>
</bibsonomy>

The JSON example works as expected, however. This seems to be due to a change in the REST API, since I know that examples once worked.

Comments (2)

  1. Log in to comment