Buon giorno a tutti, ho questo problema, devo validare un sito ma, purtroppo mi riscontra degli errori causati dal PHPSESSID che è agganciato ai link tipo:

codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<span id="logo" class="spotlight correct-png"></span>
L'errore è il seguente:
codice:
Line 84, Column 65: cannot generate system identifier for general entity "PHPSESSID" .

…SID=994dab10caa2dc9c0533a77e68e462ee&(P)HPSESSID=994dab10caa2dc9c0533a77e68e462

<!--l'ho messo tra parentesi....(P)
ovviamente non è solo questo, ma è tutta questa stringa che viene generata -->
Per ovviare a questo problema quale Doctype devo scegliere?
Grazie mille e buona giornata