Show
Ignore:
Timestamp:
01/14/12 19:10:26 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Lepší odsazení, tabulátory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • šablona/makra.xsl

    r61 r87  
    2222        <xsl:output     method="xml" indent="yes" encoding="UTF-8" /> 
    2323        <xsl:namespace-alias stylesheet-prefix="XSL" result-prefix="xsl"/> 
    24          
     24 
    2525        <xsl:template match="/"> 
    2626                <XSL:stylesheet version="2.0"> 
     
    3232</xsl:comment> 
    3333                <xsl:text> 
    34    </xsl:text> 
     34        </xsl:text> 
    3535                        <!-- Makra dodávaná jako součást programu: --> 
    3636                        <xsl:for-each select="collection('./makra/?select=*.xsl')"> 
    3737                                <XSL:include href="{document-uri(.)}"/> 
    3838                        </xsl:for-each> 
    39                          
     39 
    4040                        <!-- Uživatelská makra: --> 
    4141                        <xsl:for-each select="collection('../vstup/makra/?select=*.xsl')"> 
     
    4444                </XSL:stylesheet> 
    4545        </xsl:template> 
    46          
     46 
    4747</xsl:stylesheet> 
     48