sbordeyne / fastapi_rss

A simple plug-in to FastAPI, that allows easy RSS feed generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add xml header to feed

milovanderlinden opened this issue · comments

It should be possible to add the xml header f.i.
<?xml version="1.0" ?>
or
<?xml version="1.0" encoding="UTF-8" ?>

Hello, sorry for the late response, I have indeed added the XML header to the document, as per your suggestion. Thank you for your contribution