configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/testdata/generation/project/Layer/implml/multitest.implml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     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     <exampleml 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     </exampleml>
       
     9     
       
    10     <!-- Also test that special characters and unicode characters outside the ASCII range work -->
       
    11     <exampleml 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     </exampleml>
       
    15 </container>