1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/vstup/záhlaví.inc Sun Apr 03 00:07:44 2011 +0200
1.3 @@ -0,0 +1,8 @@
1.4 +<stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor">
1.5 + <text xmlns="http://www.w3.org/1999/xhtml">
1.6 + <p class="logo">
1.7 + [tady bude časem naše logo]
1.8 + </p>
1.9 + </text>
1.10 +</stránka>
1.11 +
2.1 --- a/šablona/stránka.xsl Sat Apr 02 23:54:23 2011 +0200
2.2 +++ b/šablona/stránka.xsl Sun Apr 03 00:07:44 2011 +0200
2.3 @@ -12,7 +12,6 @@
2.4 encoding="UTF-8"
2.5 doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
2.6 doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"/>
2.7 -
2.8
2.9 <xsl:template match="/">
2.10 <html>
2.11 @@ -20,14 +19,10 @@
2.12 <title><xsl:value-of select="g:stránka/g:nadpis"/></title>
2.13 </head>
2.14 <body>
2.15 - <h1><xsl:value-of select="g:stránka/g:nadpis"/></h1>
2.16 -
2.17 - <!-- Vložíme obsah stránky: -->
2.18 + <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/záhlaví.inc'))/g:stránka/h:text/node()"/>
2.19 + <h1><xsl:value-of select="g:stránka/g:nadpis"/></h1>
2.20 <xsl:apply-templates select="g:stránka/h:text/node()"/>
2.21 -
2.22 - <!-- Vložíme zápatí: -->
2.23 - <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/zápatí.inc'))/g:stránka/h:text/node()"/>
2.24 -
2.25 + <xsl:apply-templates select="document(fn:encode-for-uri('../vstup/zápatí.inc'))/g:stránka/h:text/node()"/>
2.26 </body>
2.27 </html>
2.28 </xsl:template>