Hjælp til merge af xml filer

  • jeg har 2 xml filer..



    jeg kan simpelhen ikke få det til at virke..
    de skal samles til 1..


    det handler om nogle bans :P
    jeg vil gerne have alle bans i en XML fil...


    her er filerne så :)




    edit:


    nu har jeg fået en forklaring.:



    This is the layout of localdb.xml.


    <?xml version="1.0" encoding="UTF-8"?>
    <database version="1.0">
    <banlist>
    ... Everything in here starts with <ban>, make sure that you copy the whole ban tag when you copy.
    </banlist>
    <infolist>
    ... Everything in here starts with <info>, make sure that you copy the whole info tag when you copy.
    </infolist>
    <scorelist>
    ... Everything in here starts with <score>, make sure that you copy the whole score tag when you copy.
    </scorelist>
    <gamelist>
    ... Everything in here starts with <game>, make sure that you copy the whole score tag when you copy.
    </gamelist>
    </database>


    You have to put your bans in the right section, same for infos, score and games.