samples/addresslistenhtml.ysl2
author Volker Birk <vb@pep.foundation>
Wed, 24 Aug 2016 21:22:51 +0200
changeset 6 5ea9477ef8bb
parent 0 76005e62091d
permissions -rw-r--r--
correcting docu
include yslt.yml2

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