Package cdc.util.xml.tools
Class XmlToHtml
- java.lang.Object
-
- cdc.util.xml.tools.XmlToHtml
-
public final class XmlToHtml extends Object
Utility to convert an XML file to HTML using an XSLT.- Author:
- Damien Carbonne
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmlToHtml.MainArgs
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
LOGGER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
execute(XmlToHtml.MainArgs margs)
static void
main(String[] args)
-
-
-
Method Detail
-
execute
public static void execute(XmlToHtml.MainArgs margs) throws Exception
- Throws:
Exception
-
main
public static void main(String[] args)
-
-