From: Grant (G. Q. L. <gfo...@gm...> - 2009-09-11 23:32:35
|
After using JTidy to parse my HTML file, I got a header like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> However, I need to change " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" to "xhtml1-transitional.dtd" so that I don't get 503 error. Is there anywhere in the API that allow me to make this change automatically? Thanks, Grant |