VirtualBox

Changeset 99181 in vbox for trunk


Ignore:
Timestamp:
Mar 24, 2023 9:28:43 PM (22 months ago)
Author:
vboxsync
Message:

manual: More work on the refentry to dita converter - switched from dl (definition list) to parml (parameter list) for variablelist, as the parml leaves more room for the description in the PDF version (html is unchanged). bugref:10302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/docbook-refentry-to-manual-dita.xsl

    r99162 r99181  
    176176</xsl:template>
    177177
    178 <!-- variablelist -> dl -->
     178<!-- variablelist -> parml -->
    179179<xsl:template match="variablelist">
    180   <xsl:element name="dl">
     180  <xsl:element name="parml">
    181181    <xsl:attribute name="rev">variablelist</xsl:attribute>
    182182    <xsl:apply-templates />
     
    184184</xsl:template>
    185185
    186 <!-- varlistentry -> dlentry -->
     186<!-- varlistentry -> plentry -->
    187187<xsl:template match="varlistentry">
    188   <xsl:element name="dlentry">
     188  <xsl:element name="plentry">
    189189    <xsl:attribute name="rev">varlistentry</xsl:attribute>
    190190    <xsl:apply-templates />
     
    192192</xsl:template>
    193193
    194 <!-- term (in varlistentry) -> dt -->
     194<!-- term (in varlistentry) -> pt -->
    195195<xsl:template match="varlistentry/term">
    196   <xsl:element name="dt">
     196  <xsl:element name="pt">
    197197    <xsl:attribute name="rev">term</xsl:attribute>
    198198    <xsl:apply-templates />
     
    200200</xsl:template>
    201201
    202 <!-- listitem (in varlistentry) -> dd -->
     202<!-- listitem (in varlistentry) -> pd -->
    203203<xsl:template match="varlistentry/listitem">
    204   <xsl:element name="dd">
     204  <xsl:element name="pd">
    205205    <xsl:attribute name="rev">listitem</xsl:attribute>
    206206    <xsl:apply-templates />
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette