svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 3165 2db69e2c5673
parent 3156 76c0c0a524c9
child 3211 938b55abe946
--- a/svghmi/gen_index_xhtml.ysl2	Thu Feb 25 11:22:10 2021 +0100
+++ b/svghmi/gen_index_xhtml.ysl2	Fri Feb 26 10:00:14 2021 +0100
@@ -7,13 +7,13 @@
 decl emit(*name) alias - {
     *name;
     template *name {
-        const "_unused", "ns:ProgressStart(name())";
+        //  value "ns:ProgressStart(name())";
         |
         | /* «local-name()» */
         |
         content;
         |
-        const "__unused", "ns:ProgressEnd(name())";
+        // value "ns:ProgressEnd(name())";
     }
 };