configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/project/Layer/implml/multitest.implml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3     <!-- Testing that multiple implementations in a single file works correctly -->
       
     4     
       
     5     <test1 xmlns="http://www.example.org/xml/exampleml/1">
       
     6         <output file="multitest1_1.txt" encoding="UTF-8">Multitest impl 1 output 1</output>
       
     7         <output file="multitest1_2.txt" encoding="UTF-16-LE">Multitest impl 1 output 2</output>
       
     8     </test1>
       
     9     
       
    10     <!-- Also test that special characters and unicode characters outside the ASCII range work -->
       
    11     <test2 xmlns="http://www.example.org/xml/exampleml/1">
       
    12         <output file="multitest2_1.txt" encoding="UTF-16-BE">Unicode test: ελληνικά</output>
       
    13         <output file="multitest2_2.txt" encoding="UTF-16-LE">Special char test: &lt;&amp;></output>
       
    14     </test2>
       
    15 </container>