Hi,
I'm not an expert in PDF customization, however one of my colleagues sent me some notes that you might find helpful:
The template is called "createFrontMatter", and the default one is here:
[xmfo]/xsl/fo/front-matter.xsl
In our PDF3 customization, we have an override here:
[xmfo]/Customization/fo/xsl/xm_titlepage.xsl
So to override both the default *and* the XMetaL customization, copy the "createFrontMatter" template from xm_titlepage.xsl paste it into your customization file:
[xmfo]/Customization/fo/xsl/custom.xsl
Then modify the "createFrontMatter" template in custom.xsl to suit your needs.
The posts here may be useful:
http://tech.groups.yahoo.com/group/dita-users/msearch?query=createFrontMatter&submit=Search&charset=UTF-8 . This is a query for the word "createFrontMatter" in the dita-users Yahoo! group.
Good luck!
Su-Laine