As in title, please add support for 'country' element-name to rex processor
What do you want to do with element country in rex?
{¤ 'country(/)' }{¤ 'productiondate' }{¤ 'rating' }{¤ 'starrating' }\n'description'{\n¤ Director: 'director(, )'}{\n¤ Presenter: 'presenter(, )'}{\n¤ Actors: 'actor(, )'}
Currently I'm ding this by editig siteinis, but I can't do this when they are encrypted
temp_2.modify {addstart('starrating' not"")|##'starrating'} temp_2.modify {addstart('rating' not"")|##'rating'} temp_2.modify {addstart('productiondate' not"")|##'productiondate'} temp_2.modify {addstart(separator="/" 'country' not"")|##'country'} temp_2.modify {replace()|##| ¤ } description.modify {addstart('temp_2' not"")|'temp_2'\n}
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De PaemeleereSupported by: servercare.nl
What do you want to do with element country in rex?
{¤ 'country(/)' }{¤ 'productiondate' }{¤ 'rating' }{¤ 'starrating' }\n'description'{\n¤ Director: 'director(, )'}{\n¤ Presenter: 'presenter(, )'}{\n¤ Actors: 'actor(, )'}
Currently I'm ding this by editig siteinis, but I can't do this when they are encrypted
temp_2.modify {addstart('starrating' not"")|##'starrating'}
temp_2.modify {addstart('rating' not"")|##'rating'}
temp_2.modify {addstart('productiondate' not"")|##'productiondate'}
temp_2.modify {addstart(separator="/" 'country' not"")|##'country'}
temp_2.modify {replace()|##| ¤ }
description.modify {addstart('temp_2' not"")|'temp_2'\n}