beremiz
Clone
Summary
Browse
Changes
Graph
Fix typos introduced by 9fa2f8e "Fixed random segfault happening when loading new PLC in runtime, when using Xenonai."
2018-05-23, Andrey Skvortsov
e6ff712e20f8
Fix typos introduced by 9fa2f8e "Fixed random segfault happening when loading new PLC in runtime, when using Xenonai."
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;
};
}