samples/addresslistenhtml.ysl2
author Volker Birk <vb@pep-project.org>
Mon, 04 Nov 2019 11:36:06 +0100
changeset 38 90d687cbe277
parent 0 76005e62091d
permissions -rw-r--r--
explicitely name match attribute
include yslt.yml2

stylesheet {
    template "/list" html body table apply "address";
    template "address" tr apply "*";
    template "*" td value ".";
}