The code $doc = new_xmldoc('1.0');
corresponds to <?xml version="1.0" ?> in the xml file ;
I need the PHP code to add the line the encoding in this way
<?xml version="1.0" encoding="ISO-8859-1" ?>
anyone know how to do such a thing?
thanks a lot
/Cerbero