Known bugs

  • Encoding problem on the website

  • On the website if the file you upload contains a < ! DOCTYPE HTML > it won't work and you will get an empty file

  • XMLParser.jar is not well executed on the website, you may get an empty hdoc file

  • the name of the file you want to convert must be in lower case letter otherwise it can't find your file, it looks for the file but in small letter even if you gave it the name with capital letter

  • Within the file removeEmptyTag, in the sources version the name of the namespace is used before the name of the tag, and on the website not. The behaviors was not the same, it is not really a bog but I didn't find why this difference was necessary.