samples/backend.ysl2
author Volker Birk <vb@pep.foundation>
Tue, 20 Nov 2018 22:35:38 +0100
changeset 24 1cb8f7566a07
parent 0 76005e62091d
permissions -rw-r--r--
Added tag 2.5.9 for changeset 8138b86a9196
0
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     1
include yslt.yml2
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     2
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     3
textstylesheet {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     4
    template "/list" {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     5
        > CREATE TABLE 
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     6
        value "name()";
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     7
        > (\n
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     8
        apply "*/*";
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     9