K
K
Konstantin Khairov2016-06-17 13:27:40
PHP
Konstantin Khairov, 2016-06-17 13:27:40

How to fix errors in RSS?

Hello everyone, in general, I made a broadcast of new logs for the sniffer via RSS. Everything works fine in the browser. A link like this sniffer.poigraem.uz/rss/kaylos
But when I try to add this link to the rss broadcast of the Telegram bot, it says that the link is not correct. Looking at the code, you can see that the beginning

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

marked in red. Although I took it from another RSS, everything is in order there. Tell me what could be the matter?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sumor, 2016-06-17
@Sumor

Maybe the parser doesn't like the string <?xml version="1.0" encoding="utf-8"?>
Or there is an unclosed tag in the text. Or there are links to the schema and the parser does not have access to it.

X
xmoonlight, 2016-06-20
@xmoonlight

all tags without question marks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question