From: Michael Wagner Date: Mon, 20 Jan 2025 21:17:21 +0000 (+0100) Subject: Bugfix 126 X-Git-Tag: mdoc-tools_0.2-1~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=fa85529a792d83186f2ea767942bd3441503dcec;p=mDoc.git Bugfix 126 --- diff --git a/csharp/mDocLib/Worker.cs b/csharp/mDocLib/Worker.cs index ab73c6b..ab9569b 100644 --- a/csharp/mDocLib/Worker.cs +++ b/csharp/mDocLib/Worker.cs @@ -93,9 +93,9 @@ public class Worker } if (hierarc_decend) hierarc.toParent(); outfile.WriteLine(); - } else { - Console.WriteLine("No template entry for node: "+elem); - } + } + else if (elem == "#comment") ; // suppress output for comment nodes + else Console.WriteLine("No template entry for node: "+elem); } /*