samples/webseite.ysl2
author Volker Birk <vb@pep-project.org>
Mon, 11 Jul 2016 23:15:28 +0200
changeset 0 76005e62091d
permissions -rw-r--r--
initial commit
include yslt.yml2

stylesheet {
    template "/list" html body table border=1 apply "address";

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