I need to transform HTML into XHTML 1.1.
I'm doing it in a Java program, so I decided to use JTidy. But if you tell JTidy to transform output in XHTML, you get XHTML 1.0, not XHTML 1.1. I've found some posts on Google about Tidy and XHTML 1.1 from 2003 and earlier, but I'm not able to find any option for XHTML 1.1 with JTidy.
Any ideas?
Thanks a lot.