Help for this page

Select Code to Download


  1. or download this
    select temp handle;
    parsefile;
    restore original handle;
    rename /backup;
    
  2. or download this
      $twig->infile('file.xml')
           ->backup('.bak')
           ->tempout
           ->parseit
           ->replaceoriginalwithtemp