This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

RSS Syndication HTML decode

Help for those learning Tcl or writing their own scripts.
Post Reply
s
sanyi
Voice
Posts: 2
Joined: Wed Sep 29, 2021 1:53 pm

RSS Syndication HTML decode

Post by sanyi »

Hello,

I get the messages

[09:29:00] triggering bind ::rss-synd::feed_get
[09:29:00] triggered bind ::rss-synd::feed_get, user 7.804ms sys 3.048ms
[09:29:00] RSS Error: Invalid feed format (https://www.meteoromania.ro/avertizari- ... ng-xml.php)!
[09:30:00] triggering bind ::rss-synd::feed_get
[09:30:00] triggered bind ::rss-synd::feed_get, user 8.066ms sys 1.970ms
[09:30:01] RSS Error: Invalid feed format (https://www.meteoromania.ro/avertizari- ... ng-xml.php)!

cat nowcasting.db
{name ?xml attrib {version 1.0}} {data {}} {children {{name avertizare attrib {tipMesaj 2 numeTipMesaj {Atentionare nowcasting} dataInceput 2025-03-26T90:00 dataSfarsit 2025-03-26T11:00 zona {Județul Arad: Pecica, Sântana, Chișineu-Criș, Nădlac, Curtici, Vinga, Macea, Secusigiu, Zimandu Nou, Șimand, Semlac, Sintea Mare, Șepreuș, Felnac, Zărand, Șeitin, Iratoșu, Șofronea, Grăniceri, Socodor, Zădăreni, Peregu Mare, Olari, Pilu, Dorobanți;<br>Județul Timiş: Sânnicolau Mare, Jimbolia, Variaș, Dudeștii Vechi, Lenauheim, Comloșu Mare, Periam, Cenad, Teremia Mare, Lovrin, Sânpetru Mare, Tomnatic, Șandra, Saravale, Gottlob, Pesac, Beba Veche, Valcani;<br>} semnalare {local și temporar ceață ce determină vizibilitate redusă, sub 200 m și izolat sub 50 m.} culoare 0 numeCuloare galben modificat {2025-03-26 08:40:01} creat {2025-03-26 08:40:01}}} {name avertizare attrib {tipMesaj 2 numeTipMesaj {Atentionare nowcasting} dataInceput 2025-03-26T90:00 dataSfarsit 2025-03-26T11:00 zona {Județul Mureş: Târnăveni, Adămuș, Mica, Gănești, Bahnea, Suplac, Ogra, Coroisânmărtin;<br>Județul Sibiu: Avrig, Tălmaciu, Șelimbăr, Racovița, Turnu Roșu, Boița;<br>} semnalare {local și temporar ceață ce determină vizibilitate redusă sub 200 m și izolat sub 50 m.} culoare 0 numeCuloare galben modificat {2025-03-26 08:46:01} creat {2025-03-26 08:46:01}}}} name avertizariNowcasting attrib {}} {data {}}

I suppose HTML decoding not works correctly
Can someone help me ?
Thanks.
User avatar
CrazyCat
Revered One
Posts: 1333
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Re: RSS Syndication HTML decode

Post by CrazyCat »

The source is neither a RSS nor atom feed, so it's not compatible with the script.
Post Reply