Implementing Fever: XML output #158
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#156 Implement Fever
MensBeam/Arsse
Reference: MensBeam/Arsse#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Fever specification does not describe what XML output looks like, beyond mentioning that the root element is
response
. Based on experimentation with the Fever plug-in for Tiny Tiny RSS, it seems as if a prologue should be included, and everything is otherwise a straight conversion of JSON keys to XML elements.Note that HTML content appears to be escaped via CDATA rather than entity references.