rss feed problem

hi there
im trying to get a rss feed to work, all good so far, but i struggle how to order the stream.
in some feed messages there is for example no line, so i get different count of titles and media-files. from the moment one feed title has no media, i get wrong pictures to the titles. tried everything from all kind of selectDAT to subsitudeDAT to keep the feed titles in sync with the mediafiles or to insert a line to keep the text sync with the pictures.
sorry don’t know how to better describe, please see the attached file.
there you will see that in the “select_title” are more rows that in the “select_media” due the fact that some message-feeds don’t have a media file…
and second, how can i remove spaces before the actual text? with every line there is space more before the text starts…
thank you very much for any idea how i could solve this!
best regards
luca
rss_feed.toe (34.9 KB)

Hi Luka,

you can use the XML DAT to parse XML files.

See attached example which parses your XML newsreport to a single table with three columns(title, description, media url)

xml_parse.tox (11.5 KB)
Also see Help → Operator Snippets - > XML DAT for more examples.

hi nettoyeur
thank you very much for that!
again something learned! … and still so much to do! :open_mouth:
have a nice day!
best luka