configtool/com.nokia.S60CT.edit/tst/inputFiles/myAppend.confml
author terytkon
Thu, 11 Mar 2010 18:39:02 +0200
changeset 0 30eb2d538f02
permissions -rw-r--r--
Moved all configtools under oss repository and under epl licence.

<configuration xmlns="http://www.s60.com/xml/confml/1" xmlns:xi="http://www.w3.org/2001/xinclude" name="MyAppendPhonebook">
    <xi:include href="phonebook.confml#/"/>
    <data>
        <Phonebook>
            <Contact extensionPolicy="append">
                <FirstName>The</FirstName>
                <LastName>Godfather</LastName>
                <Mobile>3</Mobile>
            </Contact>
            <Contact>
                <FirstName>Mickey</FirstName>
                <LastName>Mouse</LastName>
                <Mobile>4</Mobile>
            </Contact>
        </Phonebook>
    </data>
</configuration>