configurationengine/source/scripts/tests/generation_test_project/custom/implml/invocation_phase_test.implml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <implml:container xmlns:implml="http://www.symbianfoundation.org/xml/implml/1">
       
     3     <implml:container>
       
     4         <implml:phase name="normal"/>
       
     5         <!-- Test using the common ImplML namespace <phase> element -->
       
     6         <content xmlns="http://www.s60.com/xml/content/2">
       
     7             <output dir="content/invocation_phase_test_common_ns.txt">
       
     8                 <input dir="invocation_phase_test_1.txt"/>
       
     9             </output>
       
    10         </content>
       
    11     </implml:container>
       
    12     
       
    13     <implml:container>
       
    14         <implml:phase name="post"/>
       
    15         <content xmlns="http://www.s60.com/xml/content/2">
       
    16             <output dir="content/invocation_phase_test_common_ns.txt">
       
    17                 <input dir="invocation_phase_test_2.txt"/>
       
    18             </output>
       
    19         </content>
       
    20     </implml:container>
       
    21     
       
    22     
       
    23     <implml:container>
       
    24         <!-- Test using the phase attribute in the ContentML namespace -->
       
    25         <content xmlns="http://www.s60.com/xml/content/2" phase="normal">
       
    26             <output dir="content/invocation_phase_test_contentml_ns.txt">
       
    27                 <input dir="invocation_phase_test_1.txt"/>
       
    28             </output>
       
    29         </content>
       
    30         
       
    31         <content xmlns="http://www.s60.com/xml/content/2" phase="post">
       
    32             <output dir="content/invocation_phase_test_contentml_ns.txt">
       
    33                 <input dir="invocation_phase_test_2.txt"/>
       
    34             </output>
       
    35         </content>
       
    36     </implml:container>
       
    37         
       
    38 </implml:container>