samples/ddl.ysl2
author Volker Birk <vb@pep-project.org>
Tue, 15 Dec 2020 11:29:51 +0100
changeset 68 26120af11afd
parent 0 76005e62091d
permissions -rw-r--r--
do not need this
include yslt.yml2

tstylesheet {
    template "/list" {
        | CREATE TABLE «name(*)» (
        
        apply "*[1]/*";

        | );
    }

    template "*" {
        | «name()» VARCHAR`if "position()!=last()" ", "`
    }
}