configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/tests/ruleproject/rules/implml/container_with_rules.ruleml
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
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     <container>
       
     4         <phase name="pre"/>
       
     5         <rules:ruleml xmlns:rules="http://www.s60.com/xml/ruleml/1">
       
     6           <rules:rule>imaker.imagetarget configures imakerapi.outputLocation = imaker.imagetarget</rules:rule>
       
     7           <rules:rule>True configures StringConcatenationTest.Result1 = "Test " + "test"</rules:rule>
       
     8           <rules:rule>True configures StringConcatenationTest.Result2 = StringConcatenationTest.Value1 + " Literal 2"</rules:rule>
       
     9         </rules:ruleml>
       
    10     </container>
       
    11     <container>
       
    12         <phase name="normal"/>
       
    13         <rules:ruleml xmlns:rules="http://www.s60.com/xml/ruleml/1">
       
    14           <rules:rule>True configures StringConcatenationTest.Result3 = "Literal 1 " + StringConcatenationTest.Value2</rules:rule>
       
    15           <rules:rule>True configures StringConcatenationTest.Result4 = StringConcatenationTest.Value1 + StringConcatenationTest.Value2</rules:rule>
       
    16           <rules:rule>True configures StringConcatenationTest.Result5 = StringConcatenationTest.Value1 + " &amp; " + StringConcatenationTest.Value2</rules:rule>
       
    17           <rules:rule>True configures StringConcatenationTest.Result6 = StringConcatenationTest.Value1 + u" € カタカナ"</rules:rule>      
       
    18         </rules:ruleml>
       
    19     </container>
       
    20 </container>