diff -r 000000000000 -r 76005e62091d samples/empty.ysl2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samples/empty.ysl2 Mon Jul 11 23:15:28 2016 +0200 @@ -0,0 +1,22 @@ +include yslt.yml2 + +tstylesheet { + template "/xsl:stylesheet" { + > include yslt.yml2\n\ntstylesheet {\n + apply "xsl:template"; + > }\n + } + template "xsl:template" choose { + when "@match" { + | template "«@match»" { + | + | } + } + when "@name" { + | template "«@name»" { + | + | } + } + if "position()!=last()" | + } +}