Hi All,
There is requirement to create the *.var typemap file, example sorry.var typemap file, how to create/generate this file using formpublisher.
we are using TS:732, OS:Linux
thanks
What part of it are you confused about? This is no different than the process to create any type of form. Decide how you want to structure the data, and then write a TPL/XSL that converts your DCRs to your target output file format.
thanks for the response,
I just wanted to confirm if we can generate example: test.var typemap file using DCR+XSL as we do for other files like: test.html, test.json, test.xml using formpublisher.
In XSLT, any idea what will be <xslutput method="?"/> for getting the *.var type files.
like for *.html file we have <xslutput method="html"/>
In this case you'd probably want to use <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>