fix a bug in the SGJP inclusions; modify the catalog to resolve the inclusion properly
Change-Id: I6505884d0a919d3c3221d88a643811d6269b36e0
diff --git a/catalog.xml b/catalog.xml
index c707851..9641d2f 100644
--- a/catalog.xml
+++ b/catalog.xml
@@ -33,4 +33,14 @@
<!-- Map an xs:import or xs:include to an XSLT stylesheet which ends with a certain suffix to an XSLT stylesheet located relative to this XML catalog -->
<!--<uriSuffix uriSuffix="docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>-->
+
+<!-- <uriSuffix uriSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/>
+ <uri name="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/>
+these two won't work for xi:include
+ -->
+<!-- <system systemId="file:/home/piotr/projects/NKJP2KorAP/test/resources/nkjp2korap_sample2/KOT/NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/>
+this one does work for inclusions, but it's too brutal
+ -->
+ <systemSuffix systemIdSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/>
+ <!-- for inclusions of the main corpus header -->
</catalog>
\ No newline at end of file