vb@0: include yslt.yml2 vb@0: vb@25: estylesheet { vb@0: template "/list" html { vb@0: head title "address list"; vb@25: body table style="border-style=solid;" vb@25: apply "address"; vb@0: } vb@0: template "address" tr { vb@0: td value "name"; vb@0: td value "street"; vb@25: td value "village"; vb@25: } vb@25: template "address[name='Schmidt']" tr { vb@25: td value "name"; vb@25: td value "street"; vb@25: td value "village"; vb@0: } vb@0: }