ads

lundi 21 septembre 2015

how to put all permissions to xml



is it possible to put some advanced permissions to an xml file.
i found a lot of xml examples only for weather icon-sets.

here is my Test:

i want to change pictures per hour

in ZW it looks like this

$#DH#=10?/storage/emulated/0/LtriX/10.png$
$#DH#=11?/storage/emulated/0/LtriX/11.png$
........

for XML i try to do this:

<?xml version="1.0" encoding="utf-8"?>
<config>
<title>Test</title>
<description>change picture</description>
<icons>icons</icons>
<demo>0.png</demo>
<default>0.png</default>
<mode value="#DH#">Time</mode>
<condition>
<test>#DH#=10</test>
<image>10.png</image>
</condition>
<condition>
<test>#DH#=11</test>
<image>11.png</image>
</condition>
</config>

BUT this is not working
Zooper didnt shows my zip file

is there a solution......?



Aucun commentaire:

Enregistrer un commentaire