Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <language>
    ...
            <widget ID="2">ausgabe</widget>
        </deutsch>
    </language>
    
  2. or download this
        sub change_lang
        {
    ...
        $result=$tree->findnodes("/language/$language/widget[@ID="$id"]");
        return $result;
        }