X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mDoc.git/blobdiff_plain/93ce61f94d2ffef218be47197f569fb6c9268baa..fa85529a792d83186f2ea767942bd3441503dcec:/csharp/mDocLib/Worker.cs 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); } /*