You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not in one line, but in 5 lines...
And the jquery-rss script returns a blank.
For the test I downloaded this rss and changed the code to one line: <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0" xmlns:media="http://search.yahoo.com/mrss/">
And jquery-rss worked fine.
Is it possible to make it work if < rss > is not on one line too?
The text was updated successfully, but these errors were encountered:
Greetings!
Rss: https://www.goha.ru/rss/news
Rss is not mine.
Rss has this at the beginning of the code:
not in one line, but in 5 lines...
And the jquery-rss script returns a blank.
For the test I downloaded this rss and changed the code to one line:
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0" xmlns:media="http://search.yahoo.com/mrss/">
And jquery-rss worked fine.
Is it possible to make it work if < rss > is not on one line too?
The text was updated successfully, but these errors were encountered: