2009-06-04 6 views

Répondre

1
Transformer transformer = factory.newTransformer(); 
transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes"); 
transformer.setOutputProperty(OutputKeys.INDENT, "yes"); 
Questions connexes