Changeset 3:1529a89b61a5
- Timestamp:
- 04/03/11 00:07:44 (14 years ago)
- Branch:
- default
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
šablona/stránka.xsl
r2 r3 13 13 doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" 14 14 doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"/> 15 16 15 17 16 <xsl:template match="/"> … … 21 20 </head> 22 21 <body> 23 <h1><xsl:value-of select="g:stránka/g:nadpis"/></h1> 24 25 <!-- Vložíme obsah stránky: --> 22 <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/záhlaví.inc'))/g:stránka/h:text/node()"/> 23 <h1><xsl:value-of select="g:stránka/g:nadpis"/></h1> 26 24 <xsl:apply-templates select="g:stránka/h:text/node()"/> 27 28 <!-- Vložíme zápatí: --> 29 <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/zápatí.inc'))/g:stránka/h:text/node()"/> 30 25 <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/zápatí.inc'))/g:stránka/h:text/node()"/> 31 26 </body> 32 27 </html>