samples/simple.ysl2
author Volker Birk <vb@pep-project.org>
Fri, 15 Feb 2019 10:45:50 +0100
changeset 29 6a8a7951d8e6
parent 0 76005e62091d
permissions -rw-r--r--
feature: default function is used as a template
include yslt.yml2

tstylesheet {
    template "/list" html body table apply "address";

    template "address" tr {
        td value "name";
        td value "street";
        td value "city";
    }
}