Changeset 18:45e41566f8a6
- Timestamp:
- 04/30/11 19:34:55 (14 years ago)
- Author:
- František Kučera <franta-hg@…>
- Branch:
- default
- Message:
-
Nové jmenné prostory: „s“ a „k“ místo „g“.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r13
|
r18
|
|
1 | | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"> |
| 1 | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"> |
2 | 2 | <nadpis>Chovatelská stanice</nadpis> |
3 | 3 | <perex>Úvodní stránka našeho webu.</perex> |
-
r13
|
r18
|
|
1 | | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"> |
| 1 | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"> |
2 | 2 | <nadpis>Kontakt</nadpis> |
3 | 3 | <perex>Kde nás najdete.</perex> |
-
r13
|
r18
|
|
1 | 1 | <stránka |
2 | | xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor" |
3 | | xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"> |
| 2 | xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana" |
| 3 | xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"> |
4 | 4 | <nadpis>Produkty</nadpis> |
5 | 5 | <perex>Co vyrábíme.</perex> |
… |
… |
|
15 | 15 | |
16 | 16 | <p>Vhodnost zvířete do domácnosti:</p> |
17 | | <g:měřák hodnota="95"/> |
| 17 | <m:měřák hodnota="95"/> |
18 | 18 | |
19 | 19 | <h2>Panda malá</h2> |
… |
… |
|
22 | 22 | |
23 | 23 | <p>Vhodnost zvířete do domácnosti:</p> |
24 | | <g:měřák hodnota="80"/> |
| 24 | <m:měřák hodnota="80"/> |
25 | 25 | </text> |
26 | 26 | |
-
r13
|
r18
|
|
1 | | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"> |
| 1 | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"> |
2 | 2 | <nadpis>Služby</nadpis> |
3 | 3 | <perex>Co poskytujeme.</perex> |
-
r13
|
r18
|
|
1 | | <web xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"> |
| 1 | <web xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace"> |
2 | 2 | <název>Chovatelská stanice tučňáků</název> |
3 | 3 | <podtitul>vše pro tučňáky</podtitul> |
-
r17
|
r18
|
|
1 | 1 | <stránka |
2 | | xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor" |
| 2 | xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana" |
3 | 3 | xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"> |
4 | 4 | <text xmlns="http://www.w3.org/1999/xhtml"> |
-
r12
|
r18
|
|
1 | | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor"> |
| 1 | <stránka xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"> |
2 | 2 | <text xmlns="http://www.w3.org/1999/xhtml"> |
3 | 3 | <p> |
-
r15
|
r18
|
|
2 | 2 | <xsl:stylesheet version="2.0" |
3 | 3 | xmlns="http://www.w3.org/2005/Atom" |
4 | | xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor" |
| 4 | xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana" |
| 5 | xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace" |
5 | 6 | xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce" |
6 | 7 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
7 | 8 | xmlns:fn="http://www.w3.org/2005/xpath-functions" |
8 | | exclude-result-prefixes="fn g j"> |
| 9 | exclude-result-prefixes="fn s k j"> |
9 | 10 | <xsl:output method="xml" indent="yes" encoding="UTF-8"/> |
10 | 11 | |
… |
… |
|
15 | 16 | |
16 | 17 | <feed> |
17 | | <title><xsl:value-of select="g:web/g:název"/></title> |
18 | | <subtitle><xsl:value-of select="g:web/g:podtitul"/></subtitle> |
19 | | <link rel="self" href="{concat(g:web/g:url, 'atom.xml')}"/> |
20 | | <link href="{g:web/g:url}"/> |
| 18 | <title><xsl:value-of select="k:web/k:název"/></title> |
| 19 | <subtitle><xsl:value-of select="k:web/k:podtitul"/></subtitle> |
| 20 | <link rel="self" href="{concat(k:web/k:url, 'atom.xml')}"/> |
| 21 | <link href="{k:web/k:url}"/> |
21 | 22 | <updated><xsl:value-of select="current-dateTime()"/></updated> |
22 | 23 | <author> |
23 | | <name><xsl:value-of select="g:web/g:autor/g:jméno"/></name> |
24 | | <email><xsl:value-of select="g:web/g:autor/g:email"/></email> |
| 24 | <name><xsl:value-of select="k:web/k:autor/k:jméno"/></name> |
| 25 | <email><xsl:value-of select="k:web/k:autor/k:email"/></email> |
25 | 26 | </author> |
26 | | <id><xsl:value-of select="concat('urn:uuid:', g:web/g:uuid)"/></id> |
| 27 | <id><xsl:value-of select="concat('urn:uuid:', k:web/k:uuid)"/></id> |
27 | 28 | |
28 | 29 | <xsl:variable name="konfigurace" select="/"/> |
29 | | <xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[empty(g:stránka/g:skrytá) or not(g:stránka/g:skrytá)]"> |
| 30 | <xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[empty(s:stránka/s:skrytá) or not(s:stránka/s:skrytá)]"> |
30 | 31 | <entry> |
31 | | <title><xsl:value-of select="g:stránka/g:nadpis"/></title> |
| 32 | <title><xsl:value-of select="s:stránka/s:nadpis"/></title> |
32 | 33 | <xsl:variable name="soubor" select="replace(tokenize(document-uri(.), '/')[last()], $vstupníPřípona, '')"/> |
33 | | <link href="{concat($konfigurace/g:web/g:url, encode-for-uri($soubor), $výstupníPřípona)}" /> |
34 | | <id><xsl:value-of select="concat('urn:', $konfigurace/g:web/g:kod ,':strana:', encode-for-uri($soubor))"/></id> |
35 | | <!--2010-10-09T20:51:04Z--> |
| 34 | <link href="{concat($konfigurace/k:web/k:url, encode-for-uri($soubor), $výstupníPřípona)}" /> |
| 35 | <id><xsl:value-of select="concat('urn:', $konfigurace/k:web/k:kod ,':strana:', encode-for-uri($soubor))"/></id> |
36 | 36 | <updated><xsl:value-of select="j:posledníZměna(document-uri(.))"/></updated> |
37 | | <summary><xsl:value-of select="g:stránka/g:perex"/></summary> |
| 37 | <summary><xsl:value-of select="s:stránka/s:perex"/></summary> |
38 | 38 | </entry> |
39 | 39 | </xsl:for-each> |
-
r9
|
r18
|
|
3 | 3 | xmlns:a="http://www.w3.org/2005/Atom" |
4 | 4 | xmlns:atom="http://www.w3.org/2005/Atom" |
5 | | xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor" |
6 | 5 | xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce" |
7 | 6 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
8 | 7 | xmlns:fn="http://www.w3.org/2005/xpath-functions" |
9 | | exclude-result-prefixes="fn g j a"> |
| 8 | exclude-result-prefixes="fn j a"> |
10 | 9 | <xsl:output method="xml" indent="yes" encoding="UTF-8"/> |
11 | 10 | |
-
r9
|
r18
|
|
3 | 3 | xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" |
4 | 4 | xmlns:a="http://www.w3.org/2005/Atom" |
5 | | xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor" |
6 | 5 | xmlns:j="java:cz.frantovo.xmlWebGenerator.Funkce" |
7 | 6 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
8 | 7 | xmlns:fn="http://www.w3.org/2005/xpath-functions" |
9 | | exclude-result-prefixes="fn g j a"> |
| 8 | exclude-result-prefixes="fn j a"> |
10 | 9 | <xsl:output method="xml" indent="yes" encoding="UTF-8"/> |
11 | 10 | |
-
r17
|
r18
|
|
3 | 3 | xmlns="http://www.w3.org/1999/xhtml" |
4 | 4 | xmlns:h="http://www.w3.org/1999/xhtml" |
5 | | xmlns:g="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/prostor" |
| 5 | xmlns:s="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana" |
| 6 | xmlns:k="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/konfigurace" |
6 | 7 | xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro" |
7 | 8 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
… |
… |
|
9 | 10 | xmlns:svg="http://www.w3.org/2000/svg" |
10 | 11 | xmlns:xs="http://www.w3.org/2001/XMLSchema" |
11 | | exclude-result-prefixes="fn h g xs m"> |
| 12 | exclude-result-prefixes="fn h s k xs m"> |
12 | 13 | <xsl:output |
13 | 14 | method="xml" |
… |
… |
|
32 | 33 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> |
33 | 34 | </xsl:if> |
34 | | <title><xsl:value-of select="g:stránka/g:nadpis"/></title> |
| 35 | <title><xsl:value-of select="s:stránka/s:nadpis"/></title> |
35 | 36 | <link title="Novinky (Atom)" href="atom.xml" type="application/atom+xml" rel="alternate"/> |
36 | 37 | <link title="Novinky (RSS)" href="rss.xml" type="application/rss+xml" rel="alternate"/> |
37 | | <xsl:apply-templates select="$konfigurace/g:web/g:js"/> |
38 | | <xsl:apply-templates select="$konfigurace/g:web/g:css"/> |
| 38 | <xsl:apply-templates select="$konfigurace/k:web/k:js"/> |
| 39 | <xsl:apply-templates select="$konfigurace/k:web/k:css"/> |
39 | 40 | </head> |
40 | 41 | <body> |
41 | 42 | <div id="tělo"> |
42 | 43 | <div id="záhlaví"> |
43 | | <xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'záhlaví', $vsuvkováPřípona)))/g:stránka/h:text/node()"/> |
| 44 | <xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'záhlaví', $vsuvkováPřípona)))/s:stránka/h:text/node()"/> |
44 | 45 | </div> |
45 | 46 | <div id="vnitřek"> |
46 | | <h1><xsl:value-of select="g:stránka/g:nadpis"/></h1> |
| 47 | <h1><xsl:value-of select="s:stránka/s:nadpis"/></h1> |
47 | 48 | <ul id="nabídka"> |
48 | | <xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[g:stránka/g:pořadí]"> |
49 | | <xsl:sort select="empty(./g:stránka/g:pořadí)"/> |
50 | | <xsl:sort select="./g:stránka/g:pořadí"/> |
| 49 | <xsl:for-each select="collection(concat('../vstup/?select=*', $vstupníPřípona))[s:stránka/s:pořadí]"> |
| 50 | <xsl:sort select="empty(./s:stránka/s:pořadí)"/> |
| 51 | <xsl:sort select="./s:stránka/s:pořadí"/> |
51 | 52 | <li> |
52 | 53 | <xsl:variable name="xmlSoubor" select="tokenize(document-uri(.), '/')[last()]"/> |
53 | 54 | <xsl:variable name="xhtmlSoubor" select="replace($xmlSoubor, $vstupníPřípona, $výstupníPřípona)"/> |
54 | | <a href="{fn:encode-for-uri($xhtmlSoubor)}"><xsl:value-of select="./g:stránka/g:nadpis"/></a> |
| 55 | <a href="{fn:encode-for-uri($xhtmlSoubor)}"><xsl:value-of select="./s:stránka/s:nadpis"/></a> |
55 | 56 | </li> |
56 | 57 | </xsl:for-each> |
57 | 58 | </ul> |
58 | 59 | <div id="text"> |
59 | | <xsl:apply-templates select="g:stránka/h:text/node()"/> |
| 60 | <xsl:apply-templates select="s:stránka/h:text/node()"/> |
60 | 61 | </div> |
61 | 62 | </div> |
62 | 63 | <div id="zápatí"> |
63 | | <xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'zápatí', $vsuvkováPřípona)))/g:stránka/h:text/node()"/> |
| 64 | <xsl:apply-templates select="document(fn:encode-for-uri(concat($vstup, 'zápatí', $vsuvkováPřípona)))/s:stránka/h:text/node()"/> |
64 | 65 | </div> |
65 | 66 | </div> |
… |
… |
|
76 | 77 | </xsl:template> |
77 | 78 | |
78 | | <!-- Odkazy na JavaScript a kaskádové styly --> |
| 79 | <!-- Varování pro případ, že jsme v režimu podpory pro zaostalé prohlížeče --> |
79 | 80 | <xsl:template name="varováníRetardace"> |
80 | 81 | <xsl:if test="$podporaZaostalýchProhlížečů"> |
… |
… |
|
85 | 86 | </xsl:comment> |
86 | 87 | </xsl:if> |
87 | | </xsl:template> |
88 | | <xsl:template match="g:web/g:js"> |
| 88 | </xsl:template> |
| 89 | |
| 90 | <!-- Odkazy na JavaScript a kaskádové styly --> |
| 91 | <xsl:template match="k:web/k:js"> |
89 | 92 | <script src="{text()}" type="text/javascript"> |
90 | 93 | <xsl:call-template name="varováníRetardace"/> |
91 | 94 | </script> |
92 | 95 | </xsl:template> |
93 | | <xsl:template match="g:web/g:css"> |
| 96 | <xsl:template match="k:web/k:css"> |
94 | 97 | <link href="{text()}" type="text/css" rel="StyleSheet" /> |
95 | 98 | </xsl:template> |
… |
… |
|
111 | 114 | |
112 | 115 | <!-- Ukázka vlastního „makra“: --> |
113 | | <xsl:template match="g:měřák"> |
| 116 | <xsl:template match="m:měřák"> |
114 | 117 | <xsl:variable name="hodnota" select="number(@hodnota)"/> |
115 | 118 | <xsl:variable name="šířkaGrafu" select="128"/> |