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/sitemap.xsl

    r61 r87  
    2525        exclude-result-prefixes="fn j a"> 
    2626        <xsl:output     method="xml" indent="yes" encoding="UTF-8"/> 
    27          
     27 
    2828        <xsl:template match="/"> 
    2929                <urlset> 
     
    3131                </urlset> 
    3232        </xsl:template> 
    33          
     33 
    3434        <xsl:template match="a:entry"> 
    3535                <url> 
     
    3838                </url> 
    3939        </xsl:template> 
    40          
     40 
    4141</xsl:stylesheet> 
     42