$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
5 Mar // php the_time('Y') ?>
Linux è fantastico.
due comandi nella shell e il gioco è fatto
1 | sed -i "s/^/<Testo>/g" testi.xml |
aggiunge <Testo> all’inizio di ogni riga del file testi.xml
1 | sed -i "s/$/<\/Testo>/g" testi.xml |
aggiunge </Testo> alla fine di ogni riga del file testi.xml
e da un file di testo normale ho un bel file di testo pronto da completare per avere un bel file xml well formatted
E’ Tutto.