public class HTMLUtils extends Object
Constructor and Description |
---|
HTMLUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
writeXMLFileToTidyHTMLFile(File inputFile,
File outputFile,
String title)
Reads an XML input file, tidies up, wraps the output inside an HTML body an writes this to the output file.
|
public static void writeXMLFileToTidyHTMLFile(File inputFile, File outputFile, String title)
inputFile
- the xml input fileoutputFile
- the output file to write the HTML to. Will be created if missingtitle
- the HTML titleCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.