configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/newline.templateml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <templateml xmlns="http://www.s60.com/xml/templateml/1" xmlns:xi="http://www.w3.org/2001/XInclude">
       
     3     <output file="test_newline_unix.txt" encoding="UTF-8" dir="output" newline="unix">
       
     4 <template >line1
       
     5 line2
       
     6 </template>
       
     7     </output>
       
     8 
       
     9     <output file="test_newline_win.txt" encoding="UTF-8" dir="output" newline="win">
       
    10 <template >line1
       
    11 line2
       
    12 </template>
       
    13     </output>
       
    14 </templateml>