Variables for title page
Posted: Wed Jun 03, 2015 5:24 pm
Hello,
I was wondering, are there other variables that can be used under the template name="createFrontMatter_1.0"> used to generate the title page?
In the front-matter.xsl file we have
I would need another variable for revision. I previously patched the problem by putting the revision in the productname (I know, not pretty), but now that we need to use productName in the metadata in the Dita map, well I am stuck. That should teach me.
As I said, for automation purposes, we are adding meta data in our dita maps.
I noticed that the prodname and version included as metadata in the ditamap are used to generate the title page, if nothing is specified in the front-matters.xsl file. I would like to manage all the information displayed on the title page using metada in the ditamap. Is this possible?
I need, prodname, version, revision and date.
Regards
Carole
I was wondering, are there other variables that can be used under the template name="createFrontMatter_1.0"> used to generate the title page?
In the front-matter.xsl file we have
Code: Select all
$productName
$productVersion
$pubdate

As I said, for automation purposes, we are adding meta data in our dita maps.
Code: Select all
<topicmeta>
<prodinfo>
<prodname>Mediatrix C7</prodname>
<vrmlist>
<vrm version="Dgw 2.0.32"/>
</vrmlist>
<platform>C 710</platform>
</prodinfo>
</topicmeta>
I need, prodname, version, revision and date.
Regards
Carole