author | Volker Birk <vb@pep.foundation> |
Sun, 21 Aug 2016 08:50:09 +0200 | |
changeset 2 | 4b65c6f36f21 |
parent 0 | 76005e62091d |
permissions | -rw-r--r-- |
0 | 1 |
include yslt.yml2 |
2 |
||
3 |
tstylesheet { |
|
4 |
template "/xsl:stylesheet" { |
|
5 |
> include yslt.yml2\n\ntstylesheet {\n |
|
6 |
apply "xsl:template"; |
|
7 |
> }\n |
|
8 |
} |
|
9 |
template "xsl:template" choose { |
|
10 |
when "@match" { |
|
11 |
| template "«@match»" { |
|
12 |
| |
|
13 |
| } |
|
14 |
} |
|
15 |
when "@name" { |
|
16 |
| template "«@name»" { |
|
17 |
| |
|
18 |
| } |
|
19 |
} |
|
20 |
if "position()!=last()" | |
|
21 |
} |
|
22 |
} |