I'm working on (my first) DITA project using Oxygen, and invoking FOP to generate PDF output. Trying to figure out what everything along the chain does, where the chain is: document -> element -> class -> class template definition in .xsl -> attribute settings in attr.xsl
I'm doing fine with all except the class template definition, which invariably seems to involve the line: <xsl:call-template name="commonattributes"/>
Where is that template stored and how is it configured?
(I found a lot of questions that show the correct syntax for invoking this template, or others, but not what doing this actually means.)