Est-il acceptable d'avoir ce type de méta-déclarations dans la section head d'un document XHTML? <meta name="keywords" lang="en" content="..."/>
<meta name="description" lang="en" content="..."/>
<m
C'est ce que je fais: public static String htmlToText(String inString)
{
String noentity=StringEscapeUtils.unescapeHtml(inString);
return noentity;
}
C'est là je l'invoque: String html = "<html>