docbook / xslTNG

DocBook xslTNG Stylesheets
https://xsltng.docbook.org
MIT License
42 stars 22 forks source link

'Person Name' -> 'Person Name, Orgname'? #363

Closed tgraham-antenna closed 1 year ago

tgraham-antenna commented 1 year ago

Is there a way to customise how much of author is shown in an article title page? (Other than by supplanting the XML template in templates.xml with custom XSLT in the m:generate-titlepage mode?)

Is there a mode in which the db:author is processed by this:

    <tmp:apply-templates select="db:author">
      <div class="author">
        <h3><tmp:content/></h3>
      </div>
    </tmp:apply-templates>

?

ndw commented 1 year ago

m:titlepage mode, I believe.

tgraham-antenna commented 1 year ago

Ah, I was using m:generate-titlepage mode and wondering why nothing was happening.