Subject: | duplicate xmlns attribute |
On the following file:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"></html>
html2xhtml gives:
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"><head/><body>
</body></html>
i.e. one gets a duplicate xmlns attribute.