plcopen/yslt_noindent.yml2
branchsvghmi
changeset 2752 a8c9b7f0a54a
parent 2751 eab6161e603d
child 2753 9a7e12e96399
--- a/plcopen/yslt_noindent.yml2	Thu Aug 08 15:56:17 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-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;
-    };
-}
-
-