configurationengine/source/plugins/example/integration-test/testdata/generate/project/Layer/implml/multitest.implml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
permissions -rw-r--r--
ConE 1.2.11 release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
    <!-- Testing that multiple implementations in a single file works correctly -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     5
    <exampleml xmlns="http://www.example.org/xml/exampleml/1">
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
        <output file="multitest1_1.txt" encoding="UTF-8">Multitest impl 1 output 1</output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
        <output file="multitest1_2.txt" encoding="UTF-16-LE">Multitest impl 1 output 2</output>
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
     8
    </exampleml>
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <!-- Also test that special characters and unicode characters outside the ASCII range work -->
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    11
    <exampleml xmlns="http://www.example.org/xml/exampleml/1">
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
        <output file="multitest2_1.txt" encoding="UTF-16-BE">Unicode test: ελληνικά</output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
        <output file="multitest2_2.txt" encoding="UTF-16-LE">Special char test: &lt;&amp;></output>
3
e7e0ae78773e ConE 1.2.11 release
m2lahtel
parents: 0
diff changeset
    14
    </exampleml>
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
</container>