Får ett felmeddelande när jag skall validera en fil med 4.01 Transitional: Pröva med nedanstående Doctype istället, kanske hjälper?Validera 4.01: UTF-8 "BOM" detected and removed
-------
UTF-8 "BOM" detected and removed"
The document contained an UTF-8 encoded Unicode Byte Order Mark (BOM) as the first character and we have removed it before parsing. Many XML Processors do not allow it. To be on the safe side you should avoid using the BOM in UTF-8 encoded documents.
Note that the BOM in UTF-16 encoded documents is required and handled by all conforming XML Processors.
-------
Första raderna i koden:
-------
1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2: <HTML>
3: <HEAD>
4: <title>Prislista - Startsida</title>
-------
Vad betyder det att jag har en "BOM" som första tecken?
Dokumentet valideras och är OK, förutom detta error.Sv: Validera 4.01: UTF-8 "BOM" detected and removed
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Mvh,
Claes
edit: Hmm, förmodligen inte det som är felet förresten...