diff -r 000000000000 -r 76005e62091d samples/simple.ysl2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samples/simple.ysl2 Mon Jul 11 23:15:28 2016 +0200 @@ -0,0 +1,11 @@ +include yslt.yml2 + +tstylesheet { + template "/list" html body table apply "address"; + + template "address" tr { + td value "name"; + td value "street"; + td value "city"; + } +}