samples/indention.ysl2
changeset 0 76005e62091d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/samples/indention.ysl2	Mon Jul 11 23:15:28 2016 +0200
@@ -0,0 +1,8 @@
+include yslt.yml2
+
+tstylesheet template "/" {
+    0> something\n
+    1> indent by 1\n
+    indent 1;
+     > also indent by 1\n
+}