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
estylesheet {
template "/list" cities
apply "address[name='Meier']" with "me", ".";
template "address" {
param "me";
call "f" with "addresses", "$me/address[name='Schmid'] | .";
}
function "f" {
param "addresses";
foreach "$addresses"
city value "city";
}
}