Codice PHP:
$xml = new DOMDocument('1.0', 'utf-8');
$a = $xml->createElement('a', 'Aggiungi al carrello');
$a->setAttribute('href', 'tua_url');
$xml->appendChild($a);
Codice PHP:
$xml = new DOMDocument('1.0', 'utf-8');
$a = $xml->createElement('a', 'Aggiungi al carrello');
$a->setAttribute('href', 'tua_url');
$xml->appendChild($a);