Rhino schrieb am 30.10.2011 um 13:14 (-0400): > > How do I tell the javadoc task which doctype I want for my > generated Javadocs? It is generating HTML 4.01 but I want it to > generate XHTML1.0.
Isn't javadoc always that rusty-trusty HTML 4.01? Take a look at the source of this page, HTML 4.01, tags all upper-case, TABLE and all: http://download.oracle.com/javase/6/docs/api/java/lang/String.html > I don't see anything in the javadoc parameters in the Ant Manual > that specifies the HTML doctype..... You could post-process the generated docs using TagSoup and then apply an XSLT. Probably not worth the effort, though … -- Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org