bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 1 | <?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--> |
bansp | 1e70945 | 2022-03-26 03:38:26 +0100 | [diff] [blame] | 4 | <system systemId="http://corpora.ids-mannheim.de/idsxces1/DTD/ids.xcesdoc.dtd" uri="KorAP_schemas/XCES/ids.xcesdoc.dtd"/> |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 5 | |
| 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"/>--> |
bansp | 1e70945 | 2022-03-26 03:38:26 +0100 | [diff] [blame] | 8 | |
| 9 | <systemSuffix systemIdSuffix="i5.dtd" uri="KorAP_schemas/DTD/i5.dtd"/> |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 10 | |
| 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 --> |
bansp | 9c08fc0 | 2022-03-10 03:13:42 +0100 | [diff] [blame] | 18 | |
| 19 | <uriSuffix uriSuffix="NKJP_text.rng" uri="test/resources/nkjp2korap_sample1/NKJP_text.rng"/> |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 20 | <uriSuffix uriSuffix="header.rng" uri="KorAP_schemas/header.rng"/> |
bansp | 102886a | 2022-03-15 03:02:03 +0100 | [diff] [blame] | 21 | <uriSuffix uriSuffix="span.rng" uri="KorAP_schemas/span.rng"/> |
| 22 | <uriSuffix uriSuffix="text.rng" uri="KorAP_schemas/text.rng"/> |
| 23 | |
| 24 | |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 25 | <!-- Map an absolute W3C XML Schema reference to a schema located relative to this XML catalog--> |
| 26 | <!--<uri name="http://www.w3.org/2004/10/xml.xsd" uri="xml.xsd"/>--> |
| 27 | |
| 28 | <!-- Map any reference to an XML Schema which ends in a certain suffix to a schema located relative to this XML catalog --> |
| 29 | <!--<uriSuffix uriSuffix="10/xml.xsd" uri="xml.xsd"/>--> |
| 30 | |
| 31 | <!-- Map an xs:import or xs:include to an absolute XSLT stylesheet to an XSLT stylesheet located relative to this XML catalog--> |
| 32 | <!--<uri name="http://docbook.org/xsl/fo/docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>--> |
| 33 | |
| 34 | <!-- 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 --> |
| 35 | <!--<uriSuffix uriSuffix="docbook.xsl" uri="../../docbook/xsl/fo/docbook.xsl"/>--> |
bansp | 24f1b2f | 2022-03-27 04:29:36 +0200 | [diff] [blame] | 36 | |
| 37 | <!-- <uriSuffix uriSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/> |
| 38 | <uri name="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/> |
| 39 | these two won't work for xi:include |
| 40 | --> |
| 41 | <!-- <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"/> |
| 42 | this one does work for inclusions, but it's too brutal |
| 43 | --> |
| 44 | <systemSuffix systemIdSuffix="NKJP_1M_header.xml" uri="test/resources/nkjp2korap_sample2/NKJP_1M_header.xml"/> |
| 45 | <!-- for inclusions of the main corpus header --> |
bansp | c3cdcb9 | 2022-03-09 03:25:32 +0100 | [diff] [blame] | 46 | </catalog> |