diff options
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ > [!NOTE] -> [Docker-related stuff has a separate FAQ page](Installation-Notes#faq) +> [Docker-related stuff is on a separate page](Installation-Guide#faq) ### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly -- tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side. +tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side. Plugins may affect parsing, consider disabling any plugins before investigating XML-related issues. |