blob: 451033955e0a7e2ac50d6450f02b44ce9e74cf3b [file] [log] [blame]
banspc3cdcb92022-03-09 03:25:32 +01001<?xml version="1.0" encoding="UTF-8"?>
2<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
3 <!-- Map an absolute DTD system ID reference to a DTD located relative to this XML catalog-->
bansp1e709452022-03-26 03:38:26 +01004 <system systemId="http://corpora.ids-mannheim.de/idsxces1/DTD/ids.xcesdoc.dtd" uri="KorAP_schemas/XCES/ids.xcesdoc.dtd"/>
banspc3cdcb92022-03-09 03:25:32 +01005
6 <!-- Map any absolute DTD system ID reference which ends with a certain suffix to a DTD located relative to this XML catalog -->
7 <!--<systemSuffix systemIdSuffix="docbookx.dtd" uri="../../docbook/4.5/dtd/docbookx.dtd"/>-->
bansp1e709452022-03-26 03:38:26 +01008
9 <systemSuffix systemIdSuffix="i5.dtd" uri="KorAP_schemas/DTD/i5.dtd"/>
banspc3cdcb92022-03-09 03:25:32 +010010
11 <!-- Map DTD Public ID reference to a DTD located relative to this XML catalog-->
12 <!-- <public publicId="-//OASIS//DTD DocBook XML V4.5//EN" uri="../../docbook/4.5/dtd/docbookx.dtd"/>-->
13
14 <!-- Map an absolute RELAX NG schema reference to a Relax NG schema located relative to this XML catalog-->
15 <!--<uri name="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" uri="../../docbook/5.0/rng/docbook.rng"/>-->
16
17 <!-- Map any reference to a Relax NG schema which ends in a certain suffix to a Relax NG schema located relative to this XML catalog -->
bansp9c08fc02022-03-10 03:13:42 +010018
Piotr Banski60d32772022-06-08 17:50:05 +020019 <uriSuffix uriSuffix="NKJP_text.rng" uri="test/resources/nkjp2korap_sample3/NKJP_text.rng"/>
20<!-- note: this is an example really, there is no explicit reference there, any longer -->
21
banspc3cdcb92022-03-09 03:25:32 +010022 <uriSuffix uriSuffix="header.rng" uri="KorAP_schemas/header.rng"/>
bansp102886a2022-03-15 03:02:03 +010023 <uriSuffix uriSuffix="span.rng" uri="KorAP_schemas/span.rng"/>
24 <uriSuffix uriSuffix="text.rng" uri="KorAP_schemas/text.rng"/>
25
26
banspc3cdcb92022-03-09 03:25:32 +010027 <!-- Map an absolute W3C XML Schema reference to a schema located relative to this XML catalog-->
28 <!--<uri name="http://www.w3.org/2004/10/xml.xsd" uri="xml.xsd"/>-->
29
30 <!-- Map any reference to an XML Schema which ends in a certain suffix to a schema located relative to this XML catalog -->
31 <!--<uriSuffix uriSuffix="10/xml.xsd" uri="xml.xsd"/>-->
32
33 <!-- Map an xs:import or xs:include to an absolute XSLT stylesheet to an XSLT stylesheet located relative to this XML catalog-->
34 <!--<uri name="http://docbook.org/xsl/fo/docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>-->
35
36 <!-- 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 -->
37 <!--<uriSuffix uriSuffix="docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>-->
bansp24f1b2f2022-03-27 04:29:36 +020038
39<!-- <uriSuffix uriSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/>
40 <uri name="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/>
41these two won't work for xi:include
42 -->
Piotr Banski60d32772022-06-08 17:50:05 +020043<!--
44 <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"/>
45 this one does work for inclusions, but it's too brutal, because it needs an absolute path, so it's not transferrable;
46 see below for a better alternative
bansp24f1b2f2022-03-27 04:29:36 +020047 -->
Piotr Banski60d32772022-06-08 17:50:05 +020048 <systemSuffix systemIdSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample3/corpus_header.xml"/>
bansp24f1b2f2022-03-27 04:29:36 +020049 <!-- for inclusions of the main corpus header -->
banspc3cdcb92022-03-09 03:25:32 +010050</catalog>