author | Volker Birk <vb@pep.foundation> |
Tue, 25 Apr 2017 20:46:59 +0200 | |
changeset 9 | 0250d70228bc |
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 |
} |