configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/invalid_ref.templateml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     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="invalid_ref_1.txt" encoding="UTF-8" newline="unix">
       
     4         <template >{{ feat_tree.Foo.Bar.Baz._value }}</template>
       
     5     </output>
       
     6     <output file="invalid_ref_2.txt" encoding="UTF-8" newline="unix">
       
     7         <template >{{ feat_tree.Feature1.Nonexistent._value }}</template>
       
     8     </output>
       
     9     <output file="invalid_ref_3.txt" encoding="UTF-8" newline="unix">
       
    10         <template >{{ feat_tree.Feature1.SequenceSetting.Nonexistent._value }}</template>
       
    11     </output>
       
    12 </templateml>