> OK, I've done, but nothing is changed. > I've written this code: > 'doc.setDocType(null);' > Where doc is my document ... > What I've wrong? If the doctype is really null, there's no way the outputter could output the old doctype since it wouldn't have access to it. -jh-