samples/addresslistenhtml.ysl2
changeset 0 76005e62091d
equal deleted inserted replaced
-1:000000000000 0:76005e62091d
       
     1 include yslt.yml2
       
     2 
       
     3 stylesheet {
       
     4     template "/list" html body table apply "address";
       
     5     template "address" tr apply "*";
       
     6     template "*" td value ".";
       
     7 }