author | Andrey Skvortsov <andrej.skvortzov@gmail.com> |
Mon, 07 Jan 2019 20:32:40 +0000 | |
branch | py3-fix |
changeset 2564 | 186f0137b0ca |
parent 1936 | b85b13b1c2ec |
permissions | -rw-r--r-- |
include yslt.yml2 in xsl { decl istylesheet ( *output="xml", version="1.0", xmlns:xsl="http://www.w3.org/1999/XSL/Transform", xmlns:exsl='http://exslt.org/common', extension-element-prefixes='exsl' ) alias stylesheet { output *output; content; }; decl template(match) { content; }; decl function(name) alias template { content; }; decl call(name) alias call-template { content; }; decl apply(select) alias apply-templates { content; }; }