samples/addresslistenhtml.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

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