Single post
jump to repliesI have built an online version of the #smolweb validator
https://smolweb.org/validator/
(it does not check all the things I would like... always under improvement).
3 replies
back to top@adele I don't understand this error on my site "HTML parsing error at position 81 (line 2): Unexpected character 'h' in input state [BetweenDoctypePublicAndSystemIdentifiers]'
@bortzmeyer yes, it is strange. I use JSoup to analyze a page and this error comes directly from jsoup. It try to parse the page in html mode and not xml. I could switch to XML but smolweb guidelines recommend a simple tag. XHTML is too strict for handwritten html code and cause errors with old browsers (retro machine)
@bortzmeyer I've corrected the Smolweb-validator to detect XHTML pages