samples/indention.ysl2
author Volker Birk <vb@pep-project.org>
Sat, 12 Oct 2019 15:56:01 +0200
changeset 37 a5e211c3fae3
parent 0 76005e62091d
permissions -rw-r--r--
documentation
include yslt.yml2

tstylesheet template "/" {
    0> something\n
    1> indent by 1\n
    indent 1;
     > also indent by 1\n
}