Correction - I found where I am telling it to output a doctype, and I
can simply turn that off, so it's not printing a misleading one. So,
nothing much for remaining questions. Thanks. :)
On Thu, Apr 17, 2008 at 5:31 PM, Jenny Brown <[EMAIL PROTECTED]> wrote:
> Aha. The final solution to thi
Aha. The final solution to this was reconfiguring JTidy (the first
step in my processing pipeline) to say:
tidy.setXHTML(false);
tidy.setXmlOut(false);
instead of saying:
tidy.setXHTML(true);
Fixing that means JTidy no longer "pretty-prints" with