sorry for my bad english

My original xml file looks like this:
Code: Select all
<items>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-event.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-1.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-2.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-show1.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-3.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-4.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-show2.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-5.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-6.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-7.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-8.jpg</url>
</item>
</items>
Code: Select all
<items>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-event.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-1.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-2.jpg</url>
</item>
<item>
<command>delete</command>
<url>http://mydomain.com/download/screensafer/event-safer/oldimage071209-show1.jpg</url>
</item>
<item>
<command>delete</command>
The3 problem is the old 3 pictures show in the screensaver but this picture doesent exist in the xml file.
Please elp.
Best regards - Joachim
<url>http://mydomain.com/download/screensafer/event-safer/oldimage071209-3.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-4.jpg</url>
</item>
<item>
<command>delete</command>
<url>http://mydomain.com/download/screensafer/event-safer/oldimage071209-show2.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-5.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-6.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-7.jpg</url>
</item>
<item>
<command>add</command>
<url>http://mydomain.com/download/screensafer/event-safer/071209-8.jpg</url>
</item>
</items>