- changed status to invalid
Issue #2904
invalid
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)
-
-
reporter Ah, I see (#bf729ae). Thank you!
- Log in to comment
the format of the api curl example was wrong, the api works with the correct call