|
есть код на жабе public void prettyPrint(final Document document, final OutputStream target) {
try {
Transformer t = TransformerFactory.newInstance().newTransformer();
if (tidyConfig.TidyXHTMLOut || tidyConfig.TidyXmlOut) {
t.setOutputProperty(OutputKeys.METHOD, "xml");
t.setOutputProperty(OutputKeys.DOCTYPE_PUBLIC,
"-//W3C//DTD XHTML 1.0 Strict//EN");
Element root = document....

http://community.livejournal.com/ru_java/811729.html
0 links
Published: 1 month, 4 weeks ago (Tue, 19 May 2009 04:50:31 PDT); 2368 bytes
|