samples/dml.ysl2
author Volker Birk <vb@pep.foundation>
Sat, 10 Dec 2016 10:11:31 +0100
changeset 7 f81a4471bc28
parent 0 76005e62091d
permissions -rw-r--r--
beginning with Python 3 compat
include yslt.yml2

tstylesheet {
    template "/list/*"
        | INSERT INTO «name()» (`apply "*", 0, mode="names"`) VALUES (`apply "*", mode="values"`);
    
    template "*", mode="names" > «name()»`if "position()!=last()" ", "`
    template "*", mode="values" > '«.»'`if "position()!=last()" ", "`
}