configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/access_configuration.templateml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <templateml xmlns="http://www.s60.com/xml/templateml/1" xmlns:xi="http://www.w3.org/2001/XInclude">
       
     3 <output file="access_configuration.txt" encoding="UTF-8">
       
     4 <template>Configuration name: {{ configuration.get_path() }}
       
     5 {% for feature in configuration.get_default_view().get_features('**') %}
       
     6 {{ feature.fqr }}
       
     7 {% endfor %}
       
     8 </template>
       
     9 </output>
       
    10 </templateml>