Commit 11e60d11 by Amelin Konstantin

Add examples to resources, change names

parent 10f1a8fa
......@@ -6,7 +6,7 @@ import templates._
object Main extends App {
//val p = new PrettyPrinter(120, 2)
val sourceXml = XML.loadFile("src/main/resources/nsd/Example repo NSD.xml")
val sourceXml = XML.loadFile("src/main/resources/nsd/Repo NSD entity.xml")
val template = new RepoTemplate(sourceXml)
//val outputXml = XML.loadString(p.format(template.render))
val outputXml = template.template
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment