Il controllo HTML di Netbeans non piace il mio spazio dei nomi di thymeleaf.Lo spazio dei nomi di Thymeleaf nei file html mostra errori in Netbeans - Come posso farlo passare il controllo HTML?
Ecco il mio HTML Thymleaf il file:
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head th:fragment="head">
<object th:include="fragments/meta :: meta" th:remove="tag" />
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'/>
<link href="/../../../webjars/Semantic-UI/2.0.6/semantic.min.css" rel="stylesheet" th:href="@{/webjars/Semantic-UI/2.0.6/semantic.min.css}"/>
<link href="../../../css/core.css" rel="stylesheet" th:href="@{/css/core.css}" />
<link href="../../../css/product.css" rel="stylesheet" th:href="@{/css/product.css}" />
</head>
<body>
</body>
</html>
Questo è l'errore visualizzato in Netbeans:
Come posso ottenere Netbeans di giocare bene con Thymeleaf?
Visualizza errori in Eclipse? Sto usando ' 'senza problemi. – Incognito
l'aggiunta di 'xmlns =" http://www.w3.org/1999/xhtml "' ha funzionato per la maggior parte degli errori ma non per ' ' –
cosbor11
Deve essere'