Sto cercando di usare una stringa che contiene virgolette doppie nell'attributo title di un anchor. Finora ho provato questi:
<a href=".." title="Some \"text\"">Some text</a>
<!-- The title looks like `Some \` --!>
e
<a href=".." title="Some "text"">Some text</a>
<!-- The title looks like `Some ` --!>
Si prega di notare che l'uso di virgolette singole non è un'opzione.