this is the version used to derive the entire dataset; it doesn't need any parameters and is set to output comments in structure.xml, just in case we need them for debugging

Change-Id: I0bc1fe7bb8e0b115470a0ec5685282f8b63e2057
diff --git a/nkjp2korap.xsl b/nkjp2korap.xsl
index 19d23a1..07e7d1f 100644
--- a/nkjp2korap.xsl
+++ b/nkjp2korap.xsl
@@ -17,14 +17,15 @@
   <!--  where the corpus/document/text/annotations hierarchy is going to be created -->
   
   <xsl:param name="skip_docID" as="xs:string">
-    <xsl:value-of select="'HellerPodgladanie,IsakowiczZaleskiMoje,KolakowskiOco,MysliwskiKamien,WilkWilczy,ZycieWarszawy_Zycie'"/>
+    <xsl:value-of select="''"/>
+    <!--<xsl:value-of select="'HellerPodgladanie,IsakowiczZaleskiMoje,KolakowskiOco,MysliwskiKamien,WilkWilczy,ZycieWarszawy_Zycie'"/>-->
   </xsl:param>
   <!--  comma-separated list of document IDs to be skipped from processing
            example: HellerPodgladanie,KOT
           no functionality beyond string identity is supported
           (this is just for testing)  -->
   
-  <xsl:param name="SHOW_ORTH_IN_STRUCT" as="xs:boolean" select="false()"/>
+  <xsl:param name="SHOW_ORTH_IN_STRUCT" as="xs:boolean" select="true()"/>
   <!-- for debugging structure.xml production -->
   
 
@@ -495,9 +496,6 @@
         </xsl:element>
       </xsl:element>
     </xsl:element>
-      <!--<xsl:apply-templates mode="morpho">
-      <xsl:with-param name="ann_morphosyntax.xml" select="$ann_morphosyntax.xml" as="document-node()"/>
-    </xsl:apply-templates>-->
   </xsl:template>
 
   <!--   **************************        TEXT header      *******************                -->