From 78ec3e6290d2024aa48b44562418a2a11dafc169 Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Sat, 8 Feb 2020 03:14:40 +0330 Subject: [PATCH] add reader macros --- xslt/printer.xslt | 39 ++++++- xslt/reader.xslt | 234 +++++++++++++++++++++++++++++++------ xslt/step1_read_print.xslt | 2 +- 3 files changed, 235 insertions(+), 40 deletions(-) diff --git a/xslt/printer.xslt b/xslt/printer.xslt index 35e25852..a32b907f 100644 --- a/xslt/printer.xslt +++ b/xslt/printer.xslt @@ -1,8 +1,10 @@ - + + + @@ -19,7 +21,7 @@ - + @@ -44,7 +46,7 @@ - + @@ -61,6 +63,33 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xslt/reader.xslt b/xslt/reader.xslt index 86c94d39..0bb9d7e0 100644 --- a/xslt/reader.xslt +++ b/xslt/reader.xslt @@ -2,49 +2,49 @@ - - + - + - - + + - + - - + - + - - + + - + @@ -57,14 +57,14 @@ - + - + @@ -80,7 +80,7 @@ - + @@ -119,9 +119,12 @@ + + + - + @@ -132,6 +135,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -144,11 +310,11 @@ - - + + - + @@ -167,9 +333,9 @@ - - - + + + @@ -177,15 +343,15 @@ - - + - - + + @@ -194,11 +360,11 @@ - + - Unbalanced input + EOF while reading list @@ -208,9 +374,9 @@ - - - + + + diff --git a/xslt/step1_read_print.xslt b/xslt/step1_read_print.xslt index 4fa5e5fd..89a332ef 100644 --- a/xslt/step1_read_print.xslt +++ b/xslt/step1_read_print.xslt @@ -29,7 +29,7 @@ - + -- 2.20.1