Hi, For an application written in Java, i try to create an fo template file without a xsd or XML Input file.
My idee was to create a Root object and the next step to bind the LayoutMasterSet to it. I would like to build the tree with java Classes. At the end i use a XMLRenderer which then gives me the fo Output file. I have found a pretty old documentation by Simon Pepping and Renaud Richardet calling "FOP's Design and Implementation" Bodo
