svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 2937 9226a830fbc3
parent 2913 ac4328e69079
child 2938 1379cd5c69dd
--- a/svghmi/gen_index_xhtml.ysl2	Thu Apr 16 10:21:25 2020 +0200
+++ b/svghmi/gen_index_xhtml.ysl2	Sat Apr 18 11:49:02 2020 +0200
@@ -3,20 +3,6 @@
 // overrides yslt's output function to set CDATA
 decl output(method, cdata-section-elements="xhtml:script");
 
-in xsl decl labels(*ptr, name="defs_by_labels") alias call-template {
-    with "hmi_element", "$hmi_element";
-    with "labels"{text *ptr};
-};
-
-in xsl decl optional_labels(*ptr, name="defs_by_labels") alias call-template {
-    with "hmi_element", "$hmi_element";
-    with "labels"{text *ptr};
-    with "mandatory","'no'";
-};
-
-in xsl decl svgtmpl(match, xmlns="http://www.w3.org/2000/svg") alias template;
-in xsl decl svgfunc(name, xmlns="http://www.w3.org/2000/svg") alias template;
-
 istylesheet
             /* From Inkscape */
             xmlns:dc="http://purl.org/dc/elements/1.1/"