Ignore:
Timestamp:
08/13/2019 03:03:39 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
8fc6a47
Parents:
5451eae
Message:

Refactoring the output of installation instructions:

Create a template which processes the instruction tree fragment (only header
for now, the content is bogus), and call it from main sheet.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/process-install.xsl

    r5451eae r7933ed7  
    44    version="1.0">
    55
    6 <!-- $Id$ -->
    7 
    8   <xsl:template match="screen" mode="installation">
    9     <xsl:param name="want-stats" select="false"/>
     6<!-- $Id: gen-install.xsl 4107 2019-06-15 15:26:23Z pierre $ -->
     7
     8  <xsl:template name="process-install">
     9    <xsl:param name="instruction-tree"/>
     10    <xsl:param name="want-stats"/>
     11    <xsl:param name="root-seen"/>
     12    <xsl:param name="install-seen"/>
     13    <xsl:param name="test-seen"/>
     14    <xsl:param name="doc-seen"/>
     15
    1016<!-- "nature" variables:
    1117      - 'non-root': executable as user
Note: See TracChangeset for help on using the changeset viewer.