beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore.
2018-04-16, Edouard Tisserant
2e0fbdd152de
Fixed Xenomai 3 PLC stop freeze. Now use explicit finish command with pipes. Closing both ends of pipes doesn't abort blocking read anymore.
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;
};
}