Move data files into the Python package.
The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.
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()" |
}
}