samples/indention.ysl2
author Volker Birk <vb@pep-project.org>
Tue, 05 Feb 2019 17:45:35 +0100
changeset 28 e9a51b1d5587
parent 0 76005e62091d
permissions -rw-r--r--
adding hex literals
include yslt.yml2

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