wiki --> input ----> article.xml myIndex.xmlWe don't have any index in the root but we can specify the index on the command-line:
java -jar docGenerator.jar -input=wiki/input -output=wiki/output -index=myIndex.xml
wiki --> input1 ----> article1.xml ----> index.xml --> input2 ----> article2.xml ----> index.xmlWe have two index articles, in the root but we can specify the one one we want to use on the command-line:
java -jar docGenerator.jar -input=wiki/input1;wiki/input2 -output=wiki/output -index=wiki/input1/index.xml
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.