configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/testdata/generation/project/Layer/implml/multitest.implml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
    <!-- Testing that multiple implementations in a single file works correctly -->
    
    <exampleml xmlns="http://www.example.org/xml/exampleml/1">
        <output file="multitest1_1.txt" encoding="UTF-8">Multitest impl 1 output 1</output>
        <output file="multitest1_2.txt" encoding="UTF-16-LE">Multitest impl 1 output 2</output>
    </exampleml>
    
    <!-- Also test that special characters and unicode characters outside the ASCII range work -->
    <exampleml xmlns="http://www.example.org/xml/exampleml/1">
        <output file="multitest2_1.txt" encoding="UTF-16-BE">Unicode test: ελληνικά</output>
        <output file="multitest2_2.txt" encoding="UTF-16-LE">Special char test: &lt;&amp;></output>
    </exampleml>
</container>