Statestep HTML Template

Version: 1.0

Example: Assume you have a Statestep model in the file myModel.s2 and you want to output a HTML version of it to a new file myModel.html. Then you would type:

fmpp model.html.ftl -o myModel.html -D "doc:xml(myModel.s2, {namespaceAware : false})"

For more details on FMPP and template processing, see the general instructions.