I noticed Rytec regulary provides updates to EPG sources. These updates should be installed in /etc/epgimport. I also learned that since some time a random server is used. I have some problems with epg and just want to make sure I use the latest setup provided by Rytec.

In the latest VIX image two files are present in the /etc/epgimport location: sourcelist.xml and vix.sources.xml

The sourcelist file contains data in this format:
http://_site address_/epg_data/rytec.sources.xml
...
The vix.sources.xml contains data in this format:
<source type="epg.dat" channels="http://_site address_/rytec.channels.xml.gz">
<description>Satmate Sky UK</description>
<url>[url]http://_site address_/satmate/skyuk_epg.dat.gz</url>
</source>
The updates Rytec provides contains data in this format:
<channel name="http://_site address_/rytec.channels.xml.gz">
<url>http://_site address_/rytec.channels.xml.gz</url>
...
</channel>

<channel name="http://_site address_/rytec.channels-denmark.xml.gz">
<url>http://_site address_/rytec.channels-denmark.xml.gz</url>
...
</channel>>
The Rytec update clearly doesn't match the format of the xml files in the /etc/epgimport/ location. So can I add the updated Rytec rytec.sources.xml to this location or do I need to edit the sourcelist.xml or vix.sources.xml file?