beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Added iterators in svghmi.c copy-pasted form plc_debug.c
svghmi
2019-08-23, Edouard Tisserant
3f3b1b8ccba4
SVGHMI: Added iterators in svghmi.c copy-pasted form plc_debug.c
include yslt.yml2
!!
def indent(level):
return ""
!!
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 indent() alias -;
decl template(match) {
content;
};
decl function(name) alias template {
content;
};
decl call(name) alias call-template {
content;
};
decl apply(select) alias apply-templates {
content;
};
}