author | Hartmut Goebel <h.goebel@crazy-compilers.com> |
Tue, 17 Mar 2020 11:13:21 +0100 | |
changeset 47 | 7588a2e65285 |
parent 26 | 0c3815cbb51e |
permissions | -rw-r--r-- |
include yslt.yml2 tstylesheet { template "/list" { apply "address", 0; | 1000 FOR I=1 TO 2 STEP 1 | 1010 READ NAME$, STREET$, VILLAGE$ | 1020 PRINT "INSERT INTO address (name, street, village) VALUES ('" + NAME$ + "', '" + STREET$ + "', '" + VILLAGE$ + "');" | 1030 NEXT I } template "address" { | «position() * 10 + 100» DATA "«name»", "«street»", "«village»" } }