blob: c1601cef9a91650689b6b515a644e56b710421ab [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- Map an absolute DTD system ID reference to a DTD located relative to this XML catalog-->
<system systemId="http://corpora.ids-mannheim.de/idsxces1/DTD/ids.xcesdoc.dtd" uri="KorAP_schemas/XCES/ids.xcesdoc.dtd"/>
<!-- Map any absolute DTD system ID reference which ends with a certain suffix to a DTD located relative to this XML catalog -->
<!--<systemSuffix systemIdSuffix="docbookx.dtd" uri="../../docbook/4.5/dtd/docbookx.dtd"/>-->
<systemSuffix systemIdSuffix="i5.dtd" uri="KorAP_schemas/DTD/i5.dtd"/>
<!-- Map DTD Public ID reference to a DTD located relative to this XML catalog-->
<!-- <public publicId="-//OASIS//DTD DocBook XML V4.5//EN" uri="../../docbook/4.5/dtd/docbookx.dtd"/>-->
<!-- Map an absolute RELAX NG schema reference to a Relax NG schema located relative to this XML catalog-->
<!--<uri name="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" uri="../../docbook/5.0/rng/docbook.rng"/>-->
<!-- 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 -->
<uriSuffix uriSuffix="NKJP_text.rng" uri="test/resources/nkjp2korap_sample3/NKJP_text.rng"/>
<!-- note: this is an example really, there is no explicit reference there, any longer -->
<uriSuffix uriSuffix="header.rng" uri="KorAP_schemas/header.rng"/>
<uriSuffix uriSuffix="span.rng" uri="KorAP_schemas/span.rng"/>
<uriSuffix uriSuffix="text.rng" uri="KorAP_schemas/text.rng"/>
<!-- Map an absolute W3C XML Schema reference to a schema located relative to this XML catalog-->
<!--<uri name="http://www.w3.org/2004/10/xml.xsd" uri="xml.xsd"/>-->
<!-- Map any reference to an XML Schema which ends in a certain suffix to a schema located relative to this XML catalog -->
<!--<uriSuffix uriSuffix="10/xml.xsd" uri="xml.xsd"/>-->
<!-- Map an xs:import or xs:include to an absolute XSLT stylesheet to an XSLT stylesheet located relative to this XML catalog-->
<!--<uri name="http://docbook.org/xsl/fo/docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>-->
<!-- 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, because it needs an absolute path, so it's not transferrable;
see below for a better alternative
-->
<systemSuffix systemIdSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample3/corpus_header.xml"/>
<systemSuffix systemIdSuffix="corpus_header.xml" uri="test/resources/nkjp2korap_sample3/corpus_header.xml"/>
<!-- for inclusions of the main corpus header -->
</catalog>