I guess the #fediverse is probably the best place to ask a #webdev #web functioning question of this nature:
I want to add either an #rss or #atom feed to my personal #website. I'm living like it's 2003 and remade it in #xslt, so I was wondering if there is a way of embedding either format directly inside a #xhtml document, #microdata style, or do I need a separate file and/or a more involved #webserver setup with #contenttype?
That would be swell since I could use the same #xml base file to generate links to posts in the #html document, as well as make it available as a #feed.
The alternative would be to pipe this through some build step that pre-generates both files for me, but I'd rather keep this fully #static "drop files into a web server".