Skip to content
Snippets Groups Projects
Commit 156e6d53 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- added output infos

parent 3ed49407
No related branches found
No related tags found
No related merge requests found
......@@ -414,8 +414,13 @@ public class XmlFormatValidationPlugin implements FormatValidationPlugin {
initp.put("schemacatalog", "example_catalog/schema_catalog.xml");
//initp.put("debug", "true");
plugin.initParams(initp);
// output result
System.out.println("----------------------------------");
System.out.println("Agent: '" + plugin.getAgent() + "'");
System.out.println("Agent : '" + plugin.getAgent() + "'");
System.out.println("DTD-Catalog : '" + initp.get("catalog").trim() + "'");
System.out.println("Schema-Catalog : '" + initp.get("schemacatalog").trim() + "'");
System.out.println("Debug : '" + plugin.debug + "'");
System.out.println();
for (String file : args) {
System.out.println("validation of file " + file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment